mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-17 03:51:38 +00:00
8 lines
164 B
Objective-C
8 lines
164 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface BlurAmount : UIBlurEffect
|
|
+ (id)updateBlurAmount:(NSNumber*)blurAmount;
|
|
|
|
@property (nonatomic, copy) NSNumber *blurAmount;
|
|
@end
|