mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 20:49:26 +00:00
Refacoted window and view controller to use windowNibName and nibName. Fixes #164
This commit is contained in:
@@ -34,9 +34,8 @@
|
||||
|
||||
@implementation MPPasswordInputController
|
||||
|
||||
- (id)init {
|
||||
self = [self initWithNibName:@"PasswordInputView" bundle:nil];
|
||||
return self;
|
||||
- (NSString *)nibName {
|
||||
return @"PasswordInputView";
|
||||
}
|
||||
|
||||
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
|
||||
|
||||
Reference in New Issue
Block a user