mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-09 16:15:59 +00:00
8 lines
129 B
Objective-C
8 lines
129 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <RCTView.h>
|
|
|
|
@interface BlurView : RCTView
|
|
|
|
@property (nonatomic, copy) NSString *blurType;
|
|
|
|
@end |