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

10 lines
267 B
Objective-C

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