mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
Added EntryViewController
Fixed issues with firstResponder in MainWindowController
This commit is contained in:
21
MacPass/MPEntryViewController.m
Normal file
21
MacPass/MPEntryViewController.m
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// MPEntryViewController.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by michael starke on 18.02.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPEntryViewController.h"
|
||||
|
||||
@interface MPEntryViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPEntryViewController
|
||||
|
||||
- (id)init {
|
||||
return [[MPEntryViewController alloc] initWithNibName:@"EntryView" bundle:nil];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user