added more infrastructure for KeepassHttp

This commit is contained in:
michael starke
2013-06-18 00:11:27 +02:00
parent 510113156d
commit 491569ba2e
13 changed files with 160 additions and 38 deletions

View File

@@ -0,0 +1,14 @@
//
// MPTestAssociateRequestHanlder.h
// MacPass
//
// Created by Michael Starke on 17.06.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "MPServerRequestHandler.h"
@interface MPTestAssociateRequestHandler : NSObject <MPServerRequestHandler>
@end