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

8 lines
143 B
Objective-C

#import <UIKit/UIKit.h>
@interface YTColor : NSObject
+ (UIColor *)white1;
+ (UIColor *)black1;
+ (UIColor *)black2;
+ (UIColor *)black3;
@end