Minor fixes

This commit is contained in:
Stanisław Chmiela
2016-04-01 11:13:01 +02:00
parent f6ee6a91a3
commit c39898be96
2 changed files with 4 additions and 4 deletions

View File

@@ -11,5 +11,5 @@
#import "RCTVideoPlayerViewControllerDelegate.h"
@interface RCTVideoPlayerViewController : AVPlayerViewController
@property (nonatomic, weak) id<RCTVideoPlayerViewControllerDelegate *> rctDelegate;
@property (nonatomic, weak) id<RCTVideoPlayerViewControllerDelegate> rctDelegate;
@end