📄 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 + -