Swiftgram/Watch/Bridge/TGBridgeMediaAttachment.h
2018-11-14 23:03:33 +04:00

12 lines
226 B
Objective-C

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