react-native-blur/ios/VibrancyView.h
Nathan Broadbent 10858e396b Fixed all the issues with iOS, and allow individual blurAmounts (instead of one shared value.)
Also changed VibrancyView to be a subclass of BlurView.
2017-04-17 22:23:10 +07:00

5 lines
62 B
Objective-C

#import "BlurView.h"
@interface VibrancyView : BlurView
@end