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

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