react-native-video/RCTVideo.h

10 lines
190 B
C
Raw Normal View History

#import "RCTView.h"
@class RCTEventDispatcher;
2015-03-30 23:07:55 -06:00
@interface RCTVideo : UIView
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher NS_DESIGNATED_INITIALIZER;
2015-03-30 23:07:55 -06:00
@end