react-native-blur/ios/BlurView.h

7 lines
108 B
Objective-C

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