Swiftgram/Watch/Extension/TGStickersHeaderController.h
2018-11-14 23:03:33 +04:00

10 lines
199 B
Objective-C

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