mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-13 01:54:15 +00:00
7 lines
112 B
C
7 lines
112 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface VibrancyView : UIView
|
||
|
|
||
|
@property (nonatomic, copy) NSString *blurType;
|
||
|
|
||
|
@end
|