Clean project structure (#320)
This commit is contained in:
committed by
Matt Apperson
parent
8c9168b582
commit
0c746e8fe8
7
ios/RCTVideoPlayerViewControllerDelegate.h
Normal file
7
ios/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