Renamed example folder to /Example.
Simpler than /ConcordeExample.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#import "TUIKit.h"
|
||||
|
||||
@interface ExampleSectionHeaderView : TUITableViewSectionHeader {
|
||||
|
||||
TUITextRenderer * _labelRenderer;
|
||||
|
||||
}
|
||||
|
||||
@property (readonly) TUITextRenderer * labelRenderer;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user