make video cache feature optional
This commit is contained in:
7
ios/Video/RCTVideoPlayerViewControllerDelegate.h
Normal file
7
ios/Video/RCTVideoPlayerViewControllerDelegate.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "AVKit/AVKit.h"
|
||||
|
||||
@protocol RCTVideoPlayerViewControllerDelegate <NSObject>
|
||||
- (void)videoPlayerViewControllerWillDismiss:(AVPlayerViewController *)playerViewController;
|
||||
- (void)videoPlayerViewControllerDidDismiss:(AVPlayerViewController *)playerViewController;
|
||||
@end
|
||||
Reference in New Issue
Block a user