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

10 lines
215 B
Objective-C

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