react-native-video/ios/Video/RCTVideo-Bridging-Header.h
Liam Potter 1ba3b2c526
Missed 1 import for RCTVideoSwiftLog
This is an addendum to #2870
2022-10-03 13:28:30 +01:00

8 lines
153 B
Objective-C

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