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

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