2015-04-06 13:17:32 -06:00
|
|
|
#import "RCTView.h"
|
|
|
|
|
2015-04-08 00:49:14 -06:00
|
|
|
extern NSString *const RNVideoLoadedEvent;
|
|
|
|
extern NSString *const RNVideoLoadingEvent;
|
|
|
|
extern NSString *const RNVideoProgressEvent;
|
|
|
|
extern NSString *const RNVideoLoadingErrorEvent;
|
|
|
|
|
2015-04-06 13:17:32 -06:00
|
|
|
@class RCTEventDispatcher;
|
2015-03-30 23:07:55 -06:00
|
|
|
|
|
|
|
@interface RCTVideo : UIView
|
|
|
|
|
2015-04-06 13:17:32 -06:00
|
|
|
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher NS_DESIGNATED_INITIALIZER;
|
|
|
|
|
2015-03-30 23:07:55 -06:00
|
|
|
@end
|