2017-01-11 13:43:43 +01:00
|
|
|
#import <React/RCTViewManager.h>
|
2018-10-26 08:21:41 -05:00
|
|
|
#import <React/RCTBridgeModule.h>
|
2015-03-30 22:07:55 -07:00
|
|
|
|
2018-10-26 08:21:41 -05:00
|
|
|
@interface RCTVideoManager : RCTViewManager <RCTBridgeModule>
|
2015-03-30 22:07:55 -07:00
|
|
|
|
|
|
|
@end
|