commuserverappdelegate.h

来自「针对于Communication通信中间件的Server端程序。」· C头文件 代码 · 共 32 行

H
32
字号
////  CommuServerAppDelegate.h//  CommuServer////  Created by Owen.Qin on 9/24/08.//  Copyright __MyCompanyName__ 2008. All rights reserved.//#import <UIKit/UIKit.h>#import "iCommunicateFramework.h"@class CommuServerViewController;@class MyUIWindow;@interface CommuServerAppDelegate : NSObject <UIApplicationDelegate> {	IBOutlet MyUIWindow *window;@public	iCommunicate*		_communicate;	NSMutableArray*		_arrayMsgMap;//	iMapMsgIdAndCallBack* _mapIDCB;}@property (nonatomic, retain) MyUIWindow *window;@property (nonatomic, retain) iCommunicate* _communicate;@property (nonatomic, retain) NSMutableArray* _arrayMsgMap;//@property (nonatomic, retain) iMapMsgIdAndCallBack* _mapIDCB;@endstatic void callbackRegister(iMsg* msg);static void callbackTextChat(iMsg* msg);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?