EmojiTextAttachment.h 347 B

1234567891011121314
  1. //
  2. // EmojiTextAttachment.h
  3. // InputEmojiExample
  4. //
  5. // Created by zorro on 15/3/7.
  6. // Copyright (c) 2015年 tutuge. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EmojiTextAttachment : NSTextAttachment
  10. @property(strong, nonatomic) NSString *emojiTag;
  11. //@property(assign, nonatomic) CGSize emojiSize; //For emoji image size
  12. @end