QMTextAttachment.h 316 B

1234567891011121314151617
  1. //
  2. // QMTextAttachment.h
  3. // IMSDK-OC
  4. //
  5. // Created by haochongfeng on 2017/5/18.
  6. // Copyright © 2017年 HCF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface QMTextAttachment : NSTextAttachment
  10. @property(strong, nonatomic) NSString *emojiCode;
  11. @property(assign, nonatomic) CGSize emojiSize;
  12. @end