// // emojiAttachment.h // ThePaperBase // // Created by scar1900 on 15/12/3. // Copyright © 2015年 scar1900. All rights reserved. // #import @interface emojiAttachment : NSTextAttachment @property(nonatomic, strong)NSString *emojiTag; @end