Swiftgram/Telegram/Watch/WatchCommonWatch/TGBridgeReplyMarkupMediaAttachment.h
2020-02-19 18:44:10 +04:00

10 lines
232 B
Objective-C

#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
@class TGBridgeBotReplyMarkup;
@interface TGBridgeReplyMarkupMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, strong) TGBridgeBotReplyMarkup *replyMarkup;
@end