Swiftgram/submodules/WatchCommon/Watch/Sources/TGBridgeUnsupportedMediaAttachment.h
2019-09-01 13:29:50 +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