⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icommutag.m

📁 使用CFNetwork.framework实现的通信中间件。
💻 M
字号:
////  iClientInfo.m//  Communicate////  Created by Owen.Qin on 9/24/08.//  Copyright 2008 __MyCompanyName__. All rights reserved.//#import "iCommuTag.h"@implementation iClientInfo@synthesize _identifier;- (id)init{	return self;}- (void)dealloc{	[super dealloc];}@end@implementation iMsg- (id)init{	return self;}- (void)dealloc{	[super dealloc];}@end@implementation iMapMsgIdAndCallBack- (id)init{	return self;}- (void)dealloc{	[super dealloc];}@end

⌨️ 快捷键说明

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