Swiftgram/LegacyComponents/TGColorWallpaperInfo.h
Ilya Laktyushin 10162a57fb no message
2017-12-28 02:51:39 +04:00

11 lines
431 B
Objective-C

#import <LegacyComponents/TGWallpaperInfo.h>
@interface TGColorWallpaperInfo : TGWallpaperInfo
@property (nonatomic, readonly) uint32_t color;
- (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