react-native-blur/ios/VibrancyView.h

7 lines
112 B
C
Raw Normal View History

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