mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
15 lines
325 B
Objective-C
15 lines
325 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 "MPServerRequestHandling.h"
|
|
|
|
@interface MPTestAssociateRequestHandler : NSObject <MPServerRequestHandling>
|
|
|
|
@end
|