Files
MacPass/MacPass/MPViewController.h
michael starke 94ec1ccde3 Added EntryViewController
Fixed issues with firstResponder in MainWindowController
2013-02-18 02:20:57 +01:00

17 lines
311 B
Objective-C

//
// MPViewController.h
// MacPass
//
// Created by Michael Starke on 17.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPViewController : NSViewController
- (void)didLoadView;
- (NSResponder *)reconmendedFirstResponder;
@end