NSAttributedString+EmojiExtension.h 205 B

12345678910
  1. //
  2. // Created by zorro on 15/3/7.
  3. // Copyright (c) 2015 tutuge. All rights reserved.
  4. //
  5. #import <Foundation/Foundation.h>
  6. @interface NSAttributedString (EmojiExtension)
  7. - (NSString *)getPlainString;
  8. @end