react-native-blur/ios/BlurView.h
2015-10-06 00:11:17 +02:00

7 lines
108 B
Objective-C

#import <UIKit/UIKit.h>
@interface BlurView : UIView
@property (nonatomic, copy) NSString *blurType;
@end