react-native-blur/ios/BlurView.h
2015-10-05 22:42:23 +02:00

8 lines
129 B
Objective-C

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