Files
ghostgram/Telegram/Watch/Extension/TGStickersSectionHeaderController.h

10 lines
238 B
Objective-C

#import "WKInterfaceTable+TGDataDrivenTable.h"
@interface TGStickersSectionHeaderController : TGTableRowController
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *titleLabel;
@property (nonatomic, strong) NSString *title;
@end