react-native-blur/ios/BlurView.h

9 lines
159 B
C
Raw Normal View History

#import <UIKit/UIKit.h>
2015-10-05 22:11:17 +00:00
@interface BlurView : UIView
@property (nonatomic, copy) NSString *blurType;
@property (nonatomic, copy) NSNumber *blurAmount;
@end