15 lines
218 B
Objective-C
15 lines
218 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "TUIKit.h"
|
|
|
|
@interface ExampleSectionHeaderView : TUITableViewSectionHeader {
|
|
|
|
TUITextRenderer * _labelRenderer;
|
|
|
|
}
|
|
|
|
@property (readonly) TUITextRenderer * labelRenderer;
|
|
|
|
@end
|
|
|