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