?? commuclientappdelegate.h
字號:
//// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -