react-native-video/RCTVideo.h
React Native Playground b43d11f17b remove unused constants
2015-08-23 02:30:18 +02:00

10 lines
190 B
Objective-C

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