Clean project structure (#320)
This commit is contained in:
committed by
Matt Apperson
parent
8c9168b582
commit
0c746e8fe8
15
ios/RCTVideoPlayerViewController.h
Normal file
15
ios/RCTVideoPlayerViewController.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// RCTVideoPlayerViewController.h
|
||||
// RCTVideo
|
||||
//
|
||||
// Created by Stanisław Chmiela on 31.03.2016.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <AVKit/AVKit.h>
|
||||
#import "RCTVideo.h"
|
||||
#import "RCTVideoPlayerViewControllerDelegate.h"
|
||||
|
||||
@interface RCTVideoPlayerViewController : AVPlayerViewController
|
||||
@property (nonatomic, weak) id<RCTVideoPlayerViewControllerDelegate> rctDelegate;
|
||||
@end
|
||||
Reference in New Issue
Block a user