Files
MacPass/MacPass/MPViewController.h
michael starke 03bb227c16 Fixed responder chain issues with ViewControllers
Context menu and copy actions now working (unfinished)
2013-03-04 01:24:11 +01:00

19 lines
342 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;
- (void)updateResponderChain;
@end