Swiftgram/submodules/WatchCommon/Host/Sources/TGBridgeUnsupportedMediaAttachment.h
2019-09-01 13:29:50 +04:00

10 lines
279 B
Objective-C

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