mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 20:19:27 +00:00
Approprate naming for service protocol
Minor code cleanup
This commit is contained in:
17
MacPass/MPServerRequestHandling.h
Normal file
17
MacPass/MPServerRequestHandling.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPServerRequestHandler.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 17.06.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol MPServerRequestHandling <NSObject>
|
||||
|
||||
@required
|
||||
- (NSString *)identifier;
|
||||
- (void)respondTo:(NSDictionary *)data;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user