15 lines
331 B
C
15 lines
331 B
C
|
//
|
||
|
// 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"
|
||
|
|
||
|
@interface RCTVideoPlayerViewController : AVPlayerViewController
|
||
|
@property (nonatomic, weak) id<RCTVideo> rctVideoView;
|
||
|
@end
|