mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 03:31:09 +00:00
10 lines
227 B
Objective-C
10 lines
227 B
Objective-C
#import <WatchCommon/TGBridgeMediaAttachment.h>
|
|
|
|
@class TGBridgeBotReplyMarkup;
|
|
|
|
@interface TGBridgeReplyMarkupMediaAttachment : TGBridgeMediaAttachment
|
|
|
|
@property (nonatomic, strong) TGBridgeBotReplyMarkup *replyMarkup;
|
|
|
|
@end
|