123456789101112131415161718 |
- //
- // NSString+HXExtension.h
- // HXPhotoPickerExample
- //
- // Created by Silence on 2019/1/10.
- // Copyright © 2019年 Silence. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NSString (HXExtension)
- - (NSString *)hx_countStrBecomeComma;
- + (NSString *)hx_fileName;
- @end
- NS_ASSUME_NONNULL_END
|