Swiftgram/submodules/WatchCommon/Watch/Sources/TGBridgeImageMediaAttachment.h
2019-09-01 13:29:50 +04:00

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