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

12 lines
289 B
Objective-C

#import "WKInterfaceTable+TGDataDrivenTable.h"
@class TGBridgeBotReplyMarkupButton;
@interface TGBotKeyboardButtonController : TGTableRowController
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *textLabel;
- (void)updateWithButton:(TGBridgeBotReplyMarkupButton *)button;
@end