mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-12 17:44:13 +00:00
9 lines
159 B
Objective-C
9 lines
159 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface BlurView : UIView
|
|
|
|
@property (nonatomic, copy) NSString *blurType;
|
|
@property (nonatomic, copy) NSNumber *blurAmount;
|
|
|
|
@end
|