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

8 lines
157 B
Objective-C

#import <LegacyComponents/TGWallpaperInfo.h>
@interface TGCustomImageWallpaperInfo : TGWallpaperInfo
- (instancetype)initWithImage:(UIImage *)image;
@end