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