#import #if TARGET_OS_WATCH #import #else #import #endif @interface TGBridgeImageMediaAttachment : TGBridgeMediaAttachment @property (nonatomic, assign) int64_t imageId; @property (nonatomic, assign) CGSize dimensions; @end