Files
YTLitePlus/Tweaks/YouTubeHeader/YTPageStyleController.h
2023-06-27 09:54:41 +02:00

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