- //
- // HCHistoryTool.h
- // hc
- //
- // Created by hc on 2018/2/1.
- // Copyright © 2018年 hc. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface HCHistoryTool : NSObject
- + (NSString *)getHistoryFilePath;
- + (NSString *)getJsonDataFilePath;
- @end
|