Files
twui/ExampleProject/ConcordeExample/ExampleSectionHeaderView.h
T

15 lines
218 B
Objective-C

#import <Cocoa/Cocoa.h>
#import "TUIKit.h"
@interface ExampleSectionHeaderView : TUITableViewSectionHeader {
TUITextRenderer * _labelRenderer;
}
@property (readonly) TUITextRenderer * labelRenderer;
@end