Added EntryViewController

Fixed issues with firstResponder in MainWindowController
This commit is contained in:
michael starke
2013-02-18 02:20:57 +01:00
parent eb1621b970
commit 94ec1ccde3
17 changed files with 448 additions and 354 deletions

View File

@@ -11,5 +11,6 @@
@interface MPViewController : NSViewController
- (void)didLoadView;
- (NSResponder *)reconmendedFirstResponder;
@end