Started on Feature #14. Server is now running. But cannot communicate.

This commit is contained in:
michael starke
2013-06-17 21:06:27 +02:00
parent 999c8ce95f
commit ed78068a6d
10 changed files with 141 additions and 8 deletions

View File

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