mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 08:19:28 +00:00
Refactoring for document based application
This commit is contained in:
18
MacPass/MPSettingsWindowController.h
Normal file
18
MacPass/MPSettingsWindowController.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPSettingsController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 23.07.12.
|
||||
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@protocol MPSettingsTab;
|
||||
|
||||
@interface MPSettingsWindowController : NSWindowController <NSToolbarDelegate>
|
||||
|
||||
- (void)showSettings;
|
||||
- (void)showSettingsTabWithIdentifier:(NSString *)identifier;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user