// // EmojiTextAttachment.h // InputEmojiExample // // Created by zorro on 15/3/7. // Copyright (c) 2015年 tutuge. All rights reserved. // #import @interface EmojiTextAttachment : NSTextAttachment @property(strong, nonatomic) NSString *emojiTag; //@property(assign, nonatomic) CGSize emojiSize; //For emoji image size @end