mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-21 13:04:42 +00:00
8 lines
255 B
Objective-C
8 lines
255 B
Objective-C
#import <LegacyComponents/TGWallpaperInfo.h>
|
|
|
|
@interface TGRemoteWallpaperInfo : TGWallpaperInfo
|
|
|
|
- (instancetype)initWithRemoteId:(int)remoteId thumbnailUri:(NSString *)thumbnailUri fullscreenUri:(NSString *)fullscreenUri tintColor:(int)tintColor;
|
|
|
|
@end
|