mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-14 15:29:25 +00:00
12 lines
232 B
Objective-C
12 lines
232 B
Objective-C
#import <LegacyComponents/PSCoding.h>
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGDocumentAttributeImageSize : NSObject <PSCoding, NSCoding>
|
|
|
|
@property (nonatomic, readonly) CGSize size;
|
|
|
|
- (instancetype)initWithSize:(CGSize)size;
|
|
|
|
@end
|