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