react-native-linear-gradient/BVLinearGradient/BVLinearGradient.h

7 lines
95 B
C
Raw Normal View History

2015-03-31 17:44:16 +00:00
#import <UIKit/UIKit.h>
2017-01-06 15:16:49 +00:00
#import <React/RCTView.h>
2015-03-31 17:44:16 +00:00
@interface BVLinearGradient : RCTView
2015-03-31 17:44:16 +00:00
@end