mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			449 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			449 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "YTIButtonRenderer.h"
 | |
| #import "YTIOfflinePromoRenderer.h"
 | |
| #import "YTIOfflineabilityRenderer.h"
 | |
| 
 | |
| @interface YTIOfflineabilitySupportedRenderers : NSObject
 | |
| @property (nonatomic, strong, readwrite) YTIOfflinePromoRenderer *offlinePromoRenderer;
 | |
| @property (nonatomic, strong, readwrite) YTIOfflineabilityRenderer *offlineabilityRenderer;
 | |
| @property (nonatomic, strong, readwrite) YTIButtonRenderer *buttonRenderer;
 | |
| - (int)rendererOneOfCase;
 | |
| @end | 
