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

18 lines
417 B
Objective-C

#import "TGInterfaceController.h"
@class TGBridgeBotReplyMarkup;
@interface TGBotKeyboardControllerContext : NSObject <TGInterfaceContext>
@property (nonatomic, strong) TGBridgeBotReplyMarkup *replyMarkup;
@property (nonatomic, copy) void (^completionBlock)(NSString *command);
@end
@interface TGBotKeyboardController : TGInterfaceController
@property (nonatomic, weak) IBOutlet WKInterfaceTable *table;
@end