mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
added files via upload
This commit is contained in:
9
Tweaks/YouTubeHeader/YTPlayerView.h
Normal file
9
Tweaks/YouTubeHeader/YTPlayerView.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
Reference in New Issue
Block a user