Files
MacPass/MacPass/MPServerSettingsController.h
michael starke 236e7036bc Remove DMSplitView as it's never used
Updated Readme to reflect new modules
Added CocoaHTTPServer submodule
Fixed SettingsWindow, works now with multiple tabs
Added ServerSettings tab
2013-06-17 01:29:29 +02:00

17 lines
366 B
Objective-C

//
// MPServerSettingsController.h
// MacPass
//
// Created by Michael Starke on 17.06.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
#import "MPSettingsTab.h"
@interface MPServerSettingsController : MPViewController <MPSettingsTab>
@property (assign) IBOutlet NSButton *enableServerCheckbutton;
@end