Files
textmate/Frameworks/DocumentWindow/src/ProjectLayoutView.h
Allan Odgaard 1e11a30a53 Remove redundant storage keywords for @property
These were required prior to the new 64 bit run-time.
2014-03-05 16:39:54 +07:00

13 lines
410 B
Objective-C

@interface ProjectLayoutView : NSView
@property (nonatomic) NSView* tabBarView;
@property (nonatomic) NSView* documentView;
@property (nonatomic) NSView* fileBrowserView;
@property (nonatomic) NSView* htmlOutputView;
@property (nonatomic) CGFloat fileBrowserWidth;
@property (nonatomic) BOOL fileBrowserOnRight;
@property (nonatomic) NSSize htmlOutputSize;
@property (nonatomic) BOOL htmlOutputOnRight;
@end