Use synthesized instance variables

This commit is contained in:
Allan Odgaard
2012-09-24 21:15:47 +02:00
parent c3de1a09f5
commit 4ed34392d6
2 changed files with 43 additions and 58 deletions

View File

@@ -1,19 +1,4 @@
@interface ProjectLayoutView : NSView
{
NSView* tabBarView;
NSView* documentView;
NSView* fileBrowserView;
NSView* htmlOutputView;
CGFloat fileBrowserWidth;
BOOL fileBrowserOnRight;
CGFloat htmlOutputHeight;
BOOL htmlOutputOnRight;
NSLayoutConstraint* fileBrowserWidthConstraint;
NSLayoutConstraint* htmlOutputHeightConstraint;
}
@property (nonatomic, retain) NSView* tabBarView;
@property (nonatomic, retain) NSView* documentView;
@property (nonatomic, retain) NSView* fileBrowserView;