mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 21:09:22 -05:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										10
									
								
								Tweaks/YouTubeHeader/MLDefaultPlayerViewFactory.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Tweaks/YouTubeHeader/MLDefaultPlayerViewFactory.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#include "GIMMe.h"
 | 
			
		||||
#import "MLVideo.h"
 | 
			
		||||
#import "MLInnerTubePlayerConfig.h"
 | 
			
		||||
#import "MLAVPlayerLayerView.h"
 | 
			
		||||
 | 
			
		||||
@interface MLDefaultPlayerViewFactory : NSObject
 | 
			
		||||
@property (nonatomic, weak, readwrite) GIMMe *gimme;
 | 
			
		||||
- (BOOL)canUsePlayerView:(UIView *)playerView forVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)config;
 | 
			
		||||
- (MLAVPlayerLayerView *)AVPlayerViewForVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)config;
 | 
			
		||||
@end
 | 
			
		||||
		Reference in New Issue
	
	Block a user