mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-23 14:05:33 +00:00
9 lines
382 B
Objective-C
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
|