mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 12:54:13 -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 | 
