00001 // 00002 // INFSmartFoxExtHandler.h 00003 // OkeyiPhoneClient 00004 // 00005 // Created by Cem Uzunlar | infosfer.com on 11/26/08. 00006 // Copyright 2008 Infosfer Game and Visualizaiton Technologies Ltd.. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00011 #import "INFSmartFoxIMessageHandler.h" 00012 00013 @class INFSmartFoxiPhoneClient; 00014 00015 @interface INFSmartFoxExtHandler : NSObject <INFSmartFoxIMessageHandler> { 00016 00017 @private 00018 INFSmartFoxiPhoneClient *_sfs; 00019 } 00020 00021 + (id)extHandler:(INFSmartFoxiPhoneClient *)sfs; 00022 00023 - (id)initWithParams:(INFSmartFoxiPhoneClient *)sfs; 00024 00028 - (void)handleMessage:(id)msgObj type:(NSString *)type delegate:(id <INFSmartFoxISFSEvents>)delegate; 00029 00030 @end
1.5.8