00001 // 00002 // MockSessionProtocol.h 00003 // WIRemoting 00004 // 00005 // Created by Felix Huang on 09-12-03. 00006 // Copyright 2009 Webinit Consulting. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00011 @protocol RMCallProtocol; 00012 00013 @interface MockSessionProtocol : NSObject<RMCallProtocol> { 00014 00015 } 00016 00017 @end