mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 23:09:32 +00:00
Approprate naming for service protocol
Minor code cleanup
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MPServerRequestHandler.h"
|
||||
#import "MPServerRequestHandling.h"
|
||||
|
||||
@interface MPTestAssociateRequestHandler : NSObject <MPServerRequestHandler>
|
||||
@interface MPTestAssociateRequestHandler : NSObject <MPServerRequestHandling>
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user