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

@@ -20,8 +20,8 @@
// override
}
- (id)windowController {
return [[[self view] window] windowController];
- (NSWindowController *)windowController {
return [self.view.window windowController];
}
#pragma mark Responder Chain