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