mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +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
|