mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-28 08:58:50 +00:00
Add new RCTVideoPlayerViewControllerDelegate protocol
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// RCTVideoPlayerViewControllerDelegate.h
|
||||
// RCTVideo
|
||||
//
|
||||
// Created by Stanisław Chmiela on 01.04.2016.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#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