Swiftgram/Telegram/Watch/WatchCommonWatch/TGBridgeUnsupportedMediaAttachment.h
2020-02-19 18:44:10 +04:00

10 lines
284 B
Objective-C

#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
@interface TGBridgeUnsupportedMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, strong) NSString *compactTitle;
@property (nonatomic, strong) NSString *title;
@property (nonatomic, strong) NSString *subtitle;
@end