mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
First drafting for Password generator.
Extended Settings handling to be able to use Tabs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user