mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 10:39:28 +00:00
Updated Readme to reflect new modules Added CocoaHTTPServer submodule Fixed SettingsWindow, works now with multiple tabs Added ServerSettings tab
14 lines
228 B
Objective-C
14 lines
228 B
Objective-C
//
|
|
// 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
|