First drafting for Password generator.

Extended Settings handling to be able to use Tabs
This commit is contained in:
michael starke
2013-03-31 15:57:41 +02:00
parent 476e18b870
commit a70aedb51e
22 changed files with 1123 additions and 125 deletions

View File

@@ -7,10 +7,9 @@
//
#import <Cocoa/Cocoa.h>
#import "MPSettingsTabProtocoll.h"
#import "MPViewController.h"
#import "MPAbstractSettingsViewController.h"
@interface MPGeneralSettingsController : MPViewController <MPSettingsTabProtocoll>
@interface MPGeneralSettingsController : MPAbstractSettingsViewController <MPSettingsTab>
@property (assign) IBOutlet NSImageView *imageView;
@end