icommutag.m

来自「使用CFNetwork.framework实现的通信中间件。」· M 代码 · 共 51 行

M
51
字号
////  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 + =
减小字号Ctrl + -
显示快捷键?