moving more code to @properties, ReferenceBuilder WIP

This commit is contained in:
michael starke
2014-12-05 02:57:10 +01:00
parent a47bba23b0
commit 90f844f87e
11 changed files with 137 additions and 45 deletions

View File

@@ -10,10 +10,12 @@
@interface MPViewController : NSViewController
@property (nonatomic, readonly) NSWindowController *windowController;
- (void)didLoadView;
- (NSResponder *)reconmendedFirstResponder;
/* Returns the associated window controller */
- (id)windowController;
- (void)updateResponderChain;