2020-02-24 19:23:09 +04:00

12 lines
238 B
Objective-C

#import <WatchCommon/TGBridgeCommon.h>
@interface TGBridgeMediaAttachment : NSObject <NSCoding>
@property (nonatomic, readonly) NSInteger mediaType;
+ (NSInteger)mediaType;
@end
extern NSString *const TGBridgeMediaAttachmentTypeKey;