Refactoring for document based application

This commit is contained in:
michael starke
2013-05-09 14:02:30 +02:00
parent 35c92fbf0b
commit c7596d49fe
16 changed files with 100 additions and 223 deletions

View 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