mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 01:56:06 -04:00
9 lines
403 B
Objective-C
9 lines
403 B
Objective-C
#import "MLAVPIPPlayerLayerView.h"
|
|
#import "YTPlaybackControllerUIWrapper.h"
|
|
|
|
@interface YTPlayerView : UIView
|
|
@property (retain, nonatomic) MLAVPIPPlayerLayerView *pipRenderingView; // Removed in newer versions
|
|
@property (nonatomic, strong, readwrite) UIView *overlayView; // Usually YTMainAppVideoPlayerOverlayView
|
|
- (YTPlaybackControllerUIWrapper *)playerViewDelegate;
|
|
- (UIView *)renderingView;
|
|
@end |