mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
10 lines
238 B
Objective-C
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
|