#if TARGET_OS_WATCH #import #else #import #endif @interface TGBridgeMediaAttachment : NSObject @property (nonatomic, readonly) NSInteger mediaType; + (NSInteger)mediaType; @end extern NSString *const TGBridgeMediaAttachmentTypeKey;