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

16 lines
315 B
Objective-C

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