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

10 lines
199 B
Objective-C

#import "WKInterfaceTable+TGDataDrivenTable.h"
@interface TGStickersHeaderController : TGTableRowController
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *nameLabel;
- (void)update;
@end