Files
MacPass/MacPass/MPTestAssociateRequestHandler.h
2013-06-18 00:11:27 +02:00

15 lines
323 B
Objective-C

//
// 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