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