Swiftgram/submodules/WatchCommon/Sources/TGBridgeImageMediaAttachment.h
2019-06-16 00:51:10 +01:00

15 lines
343 B
Objective-C

#import <CoreGraphics/CoreGraphics.h>
#if TARGET_OS_WATCH
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
#else
#import <WatchCommon/TGBridgeMediaAttachment.h>
#endif
@interface TGBridgeImageMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, assign) int64_t imageId;
@property (nonatomic, assign) CGSize dimensions;
@end