// // ProjectListWC.h // UUTUtils // // Created by zhuge on 2017/12/22. // Copyright © 2017年 zhuge. All rights reserved. // #import @class ProjectInfo; @interface ProjectListWC : NSWindowController @property (strong) NSMutableArray *maBeans; @property (strong) NSArrayController *acBeans; @end