财神随手记账

JZChartCacheRequest.h 386B

1234567891011121314151617181920
  1. //
  2. // JZChartCacheRequest.h
  3. // JIZHANG
  4. //
  5. // Created by 小花 on 2017/11/21.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface JZChartCacheRequest : NSObject
  10. @property (nonatomic, strong) NSArray *dataArr;
  11. + (void)loadCacheData;
  12. + (instancetype)shareInstance;
  13. - (void)clear;
  14. @property (nonatomic, assign) BOOL firstLoad;
  15. @end