react-native-blur/ios/BlurAmount.h

8 lines
164 B
C
Raw Normal View History

2016-12-21 11:31:08 +00:00
#import <UIKit/UIKit.h>
@interface BlurAmount : UIBlurEffect
+ (id)updateBlurAmount:(NSNumber*)blurAmount;
@property (nonatomic, copy) NSNumber *blurAmount;
@end