react-native-video/ios/Video/RCTVideo-Bridging-Header.h
Nick Fujita 8b75438148
VEX-5682: iOS Swift Conversion (#11)
Converts ios implementation from objective-c to swift.
2021-10-27 10:35:07 +09:00

8 lines
148 B
Objective-C

#import <React/RCTViewManager.h>
#import "RCTSwiftLog.h"
#if __has_include(<react-native-video/RCTVideoCache.h>)
#import "RCTVideoCache.h"
#endif