Files
twui/ExampleProject/ConcordeExample/ExampleSectionHeaderView.h
T
2011-08-15 13:19:27 -04:00

15 lines
218 B
Objective-C

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