mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-14 02:24:55 +00:00
8 lines
224 B
C
8 lines
224 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface BlurEffectWithAmount : UIBlurEffect
|
||
|
@property (nonatomic, strong) NSNumber *blurAmount;
|
||
|
|
||
|
+ (instancetype)effectWithStyle:(UIBlurEffectStyle)style andBlurAmount:(NSNumber*)blurAmount;
|
||
|
@end
|