mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 09:22:33 +00:00
Added simple settings
This commit is contained in:
14
MacPass/MPGeneralSettingsController.h
Normal file
14
MacPass/MPGeneralSettingsController.h
Normal 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
|
||||
Reference in New Issue
Block a user