mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
10 lines
194 B
Objective-C
10 lines
194 B
Objective-C
#import <React/RCTView.h>
|
|
|
|
@interface RCTVideoViewComponentView : RCTView
|
|
|
|
@property (nonatomic, copy) NSNumber *nitroId;
|
|
@property (nonatomic, copy) RCTDirectEventBlock onNitroIdChange;
|
|
|
|
@end
|
|
|