Files
twui/ExampleProject/ConcordeExample/ExampleSectionHeaderView.h
T
Brian William Wolter 4b6550479d - Updating visible section header frame computation
- Adding sections to the example project
2011-07-07 18:24:01 -04:00

15 lines
200 B
Objective-C

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