mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 10:32:26 +00:00
15 lines
323 B
Objective-C
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
|