Swiftgram/LegacyComponents/TGColorWallpaperInfo.h
2017-07-28 16:50:06 +03:00

9 lines
382 B
Objective-C

#import <LegacyComponents/TGWallpaperInfo.h>
@interface TGColorWallpaperInfo : TGWallpaperInfo
- (instancetype)initWithColor:(uint32_t)color;
- (instancetype)initWithColor:(uint32_t)color tintColor:(int)tintColor systemAlpha:(CGFloat)systemAlpha buttonsAlpha:(CGFloat)buttonsAlpha highlightedButtonAlpha:(CGFloat)highlightedButtonAlpha progressAlpha:(CGFloat)progressAlpha;
@end