DataUtils.h 313 B

1234567891011121314151617181920
  1. //
  2. // DataUtils.h
  3. // UUTUtils
  4. //
  5. // Created by zhuge on 2017/12/22.
  6. // Copyright © 2017年 zhuge. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface DataUtils : NSObject
  10. + (BOOL) isRootPathConfiged;
  11. + (NSString*) getRootPath;
  12. // 所有项目
  13. + (NSMutableArray *) getAllProjects;
  14. @end