NSString+HXExtension.h 341 B

123456789101112131415161718
  1. //
  2. // NSString+HXExtension.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2019/1/10.
  6. // Copyright © 2019年 Silence. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NSString (HXExtension)
  11. - (NSString *)hx_countStrBecomeComma;
  12. + (NSString *)hx_fileName;
  13. @end
  14. NS_ASSUME_NONNULL_END