//
// CCEmoji.h
// CCFC
//
// Created by xichen on 11-12-23.
// Copyright 2011 ccteam. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CCEmoji : NSObject
{
}
// returns a textView that contains nearly all the emojis
+ (UITextView *)returnAllEmojiTextView;
@end googlecode链接地址(会有更新):[url]http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCEmoji.h[/url]
CCTeam的CCEmoji库介绍
本文介绍了由CCTeam创建的CCEmoji库,该库提供了一个包含几乎所有表情符号的文本视图,帮助开发者在iOS应用中轻松使用表情符号。
198

被折叠的 条评论
为什么被折叠?



