WFCUEmotionTextAttachment.h 277 B

12345678910111213
  1. //
  2. // EmotionTextAttachment.h
  3. // testInputView
  4. //
  5. // Created by minggo on 16/1/6.
  6. // Copyright © 2016年 minggo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WFCUEmotionTextAttachment : NSTextAttachment
  10. @property(nonatomic,copy) NSString *emotionStr;
  11. @end