mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 05:29:26 +00:00
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
This commit is contained in:
13
MacPass/MPConnection.h
Normal file
13
MacPass/MPConnection.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MPConnection.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 16.06.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "HTTPConnection.h"
|
||||
|
||||
@interface MPConnection : HTTPConnection
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user