EMChineseToPinyin.h 321 B

123456789101112131415161718
  1. //
  2. // EMChineseToPinyin.h
  3. // ChatDemo-UI3.0
  4. //
  5. // Created by XieYajie on 2019/2/11.
  6. // Copyright © 2019 XieYajie. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EMChineseToPinyin : NSObject
  10. + (NSString *)pinyinFromChineseString:(NSString *)string;
  11. + (char)sortSectionTitle:(NSString *)string;
  12. @end