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

7 lines
192 B
Objective-C

#import <UIKit/UIKit.h>
@interface QTMIcon : NSObject
+ (UIImage *)imageWithName:(NSString *)name color:(UIColor *)color;
+ (UIImage *)tintImage:(UIImage *)image color:(UIColor *)color;
@end