react-native-video/RCTVideo.h
2015-04-06 12:17:32 -07:00

10 lines
190 B
Objective-C

#import "RCTView.h"
@class RCTEventDispatcher;
@interface RCTVideo : UIView
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher NS_DESIGNATED_INITIALIZER;
@end