mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-09 04:49:27 +00:00
11 lines
262 B
Objective-C
11 lines
262 B
Objective-C
#import <CoreGraphics/CoreGraphics.h>
|
|
|
|
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
|
|
|
|
@interface TGBridgeImageMediaAttachment : TGBridgeMediaAttachment
|
|
|
|
@property (nonatomic, assign) int64_t imageId;
|
|
@property (nonatomic, assign) CGSize dimensions;
|
|
|
|
@end
|