Added simple settings

This commit is contained in:
michael starke
2012-07-23 00:54:44 +02:00
parent 957b91cceb
commit 588f0c75c0
12 changed files with 914 additions and 28 deletions

View File

@@ -0,0 +1,14 @@
//
// MPGeneralSettingsController.h
// MacPass
//
// Created by Michael Starke on 23.07.12.
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "MPSettingsTabProtocoll.h"
@interface MPGeneralSettingsController : NSViewController <MPSettingsTabProtocoll>
@end