mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			355 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			355 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "YTCommonColorPalette.h"
 | |
| 
 | |
| @interface YTPageStyleController : NSObject
 | |
| + (YTCommonColorPalette *)currentColorPalette; // For YouTube older than 17.19.2, import/change type to YTColorPalette
 | |
| + (NSInteger)pageStyle;
 | |
| @property (nonatomic, assign, readwrite) NSInteger appThemeSetting;
 | |
| @property (nonatomic, assign, readonly) NSInteger pageStyle;
 | |
| @end
 | 
