00001 // 00002 // MoodleCallProtocol.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 #import "WIRemoting.h" 00011 00012 @interface MoodleCallProtocol : NSObject<RMCallProtocol> { 00013 BOOL async; 00014 } 00015 00016 @property(assign) BOOL async; 00017 00018 @end