mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
More work on password generation
This commit is contained in:
26
MacPass/MPPasswordCreatorViewController.m
Normal file
26
MacPass/MPPasswordCreatorViewController.m
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// PasswordCreatorView.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 31.03.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPPasswordCreatorViewController.h"
|
||||
|
||||
@interface MPPasswordCreatorViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPPasswordCreatorViewController
|
||||
|
||||
- (id)init
|
||||
{
|
||||
self = [super initWithNibName:@"PasswordCreatorView" bundle:nil];
|
||||
if (self) {
|
||||
// setup
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user