// // DataUtils.h // UUTUtils // // Created by zhuge on 2017/12/22. // Copyright © 2017年 zhuge. All rights reserved. // #import @interface DataUtils : NSObject + (BOOL) isRootPathConfiged; + (NSString*) getRootPath; // 所有项目 + (NSMutableArray *) getAllProjects; @end