Swiftgram/submodules/WatchCommon/Watch/Sources/TGBridgeReplyMarkupMediaAttachment.h
2019-09-01 13:29:50 +04:00

10 lines
232 B
Objective-C

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