Files
MacPass/MacPass/MPAssociateRequestHandler.m
2013-06-18 00:11:27 +02:00

21 lines
350 B
Objective-C

//
// MPAssociateRequestHandler.m
// MacPass
//
// Created by Michael Starke on 17.06.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPAssociateRequestHandler.h"
@implementation MPAssociateRequestHandler
- (NSString *)identifier {
return @"associate";
}
- (void)respondTo:(NSDictionary *)data {
}
@end