More work on Password creation

This commit is contained in:
michael starke
2013-04-18 22:49:07 +02:00
parent b6504b3dc4
commit de43936e30
9 changed files with 1575 additions and 426 deletions

View File

@@ -20,7 +20,10 @@ typedef enum {
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
- (IBAction) showMainWindow:(id)sender;
@property (retain) IBOutlet NSWindow *passwordCreatorWindow;
- (IBAction)showMainWindow:(id)sender;
- (IBAction)showPasswordCreator:(id)sender;
- (NSString *)applicationName;