Swiftgram/Watch/Extension/TGBotKeyboardButtonController.h
2018-11-14 23:03:33 +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