commuclientappdelegate.h

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

H
31
字号
////  CommuClientAppDelegate.h//  CommuClient////  Created by Owen.Qin on 9/24/08.//  Copyright __MyCompanyName__ 2008. All rights reserved.//#import <UIKit/UIKit.h>#import "iCommunicate.h"@class CommuClientViewController;@class MyUIWindow;@interface CommuClientAppDelegate : NSObject <UIApplicationDelegate> {	IBOutlet MyUIWindow *window;@public		iCommunicate*		_communicate;	NSMutableArray*		_arrayMsgMap;}@property (nonatomic, retain) MyUIWindow *window;@property (nonatomic, retain) iCommunicate* _communicate;@property (nonatomic, retain) NSMutableArray* _arrayMsgMap;@endstatic void recvRegisterReply(iMsg* msg);static void recvTextChat(iMsg* msg);

⌨️ 快捷键说明

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