00001 // 00002 // TestProtocol.h 00003 // WIRemoting 00004 // 00005 // Created by Yuxing Huang on 09-11-15. 00006 // Copyright 2009 Webinit Consulting. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 #import "WIRemoting.h" 00011 00012 @interface MockProtocol : NSObject<RMCallProtocol> { 00013 00014 } 00015 00016 - (void) adjustRequest:(ASIHTTPRequest *)request 00017 method:(NSString *)method 00018 arguments:(NSDictionary *)arguments; 00019 00020 @end