10 lines
190 B
Objective-C
10 lines
190 B
Objective-C
#import "RCTView.h"
|
|
|
|
@class RCTEventDispatcher;
|
|
|
|
@interface RCTVideo : UIView
|
|
|
|
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher NS_DESIGNATED_INITIALIZER;
|
|
|
|
@end
|