// // NSAttributedString+QMEmojiExtension.h // IMSDK-OC // // Created by haochongfeng on 2017/5/18. // Copyright © 2017年 HCF. All rights reserved. // #import @interface NSAttributedString (QMEmojiExtension) - (NSString *)getRichString; @end