Renamed example folder to /Example.

Simpler than /ConcordeExample.
This commit is contained in:
Aditya Nrusimha
2012-09-16 13:33:30 -07:00
parent a482226cdc
commit e1d8e148c4
22 changed files with 100 additions and 100 deletions
@@ -0,0 +1,14 @@
#import <Cocoa/Cocoa.h>
#import "TUIKit.h"
@interface ExampleSectionHeaderView : TUITableViewSectionHeader {
TUITextRenderer * _labelRenderer;
}
@property (readonly) TUITextRenderer * labelRenderer;
@end