mirror of
https://github.com/zhigang1992/react-native-video-cache.git
synced 2026-01-12 16:42:21 +08:00
6 lines
92 B
Objective-C
6 lines
92 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface VideoCache : NSObject <RCTBridgeModule>
|
|
|
|
@end
|