Swiftgram/submodules/WatchCommon/Sources/TGBridgeReplyMarkupMediaAttachment.h
2019-06-16 00:51:10 +01:00

14 lines
313 B
Objective-C

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