mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 02:39:30 +00:00
Refacoted window and view controller to use windowNibName and nibName. Fixes #164
This commit is contained in:
@@ -19,11 +19,8 @@
|
||||
|
||||
@implementation MPSavePanelAccessoryViewController
|
||||
|
||||
- (id)init {
|
||||
self = [super initWithNibName:@"SavePanelAccessoryView" bundle:nil];
|
||||
if(self) {
|
||||
}
|
||||
return self;
|
||||
- (NSString *)nibName {
|
||||
return @"SavePanelAccessoryView";
|
||||
}
|
||||
|
||||
- (void)didLoadView {
|
||||
|
||||
Reference in New Issue
Block a user