NSAttributedString+QMEmojiExtension.h 278 B

123456789101112131415
  1. //
  2. // NSAttributedString+QMEmojiExtension.h
  3. // IMSDK-OC
  4. //
  5. // Created by haochongfeng on 2017/5/18.
  6. // Copyright © 2017年 HCF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSAttributedString (QMEmojiExtension)
  10. - (NSString *)getRichString;
  11. @end