Approprate naming for service protocol

Minor code cleanup
This commit is contained in:
michael starke
2013-10-20 19:38:57 +02:00
parent 5d90b23569
commit 09263b4559
12 changed files with 438 additions and 389 deletions

View File

@@ -7,8 +7,8 @@
//
#import <Foundation/Foundation.h>
#import "MPServerRequestHandler.h"
#import "MPServerRequestHandling.h"
@interface MPTestAssociateRequestHandler : NSObject <MPServerRequestHandler>
@interface MPTestAssociateRequestHandler : NSObject <MPServerRequestHandling>
@end