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