mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 01:56:06 -04:00
8 lines
303 B
Objective-C
8 lines
303 B
Objective-C
#import "MLAVPlayerLayerView.h"
|
|
#import "MLAVPlayer.h"
|
|
#import "MLAVPlayerViewDelegate.h"
|
|
|
|
@interface MLAVPIPPlayerLayerView : MLAVPlayerLayerView
|
|
@property (nonatomic, readonly, strong) AVPlayerLayer *playerLayer;
|
|
@property (nonatomic, readwrite, weak) NSObject <MLAVPlayerViewDelegate> *delegate;
|
|
@end |