mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-01-09 15:25:49 +00:00
7 lines
89 B
Objective-C
7 lines
89 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import "RCTView.h"
|
|
|
|
@interface BVLinearGradient : RCTView
|
|
|
|
@end
|