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

14 lines
250 B
Objective-C

//
// MPEntryViewController.h
// MacPass
//
// Created by michael starke on 18.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPEntryViewController : MPViewController
@end