mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
14 lines
365 B
Objective-C
14 lines
365 B
Objective-C
#if TARGET_OS_WATCH
|
|
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
|
|
#else
|
|
#import <WatchCommon/TGBridgeMediaAttachment.h>
|
|
#endif
|
|
|
|
@interface TGBridgeUnsupportedMediaAttachment : TGBridgeMediaAttachment
|
|
|
|
@property (nonatomic, strong) NSString *compactTitle;
|
|
@property (nonatomic, strong) NSString *title;
|
|
@property (nonatomic, strong) NSString *subtitle;
|
|
|
|
@end
|