// // EditProjectWC.h // UUTUtils // // Created by zhuge on 2017/12/23. // Copyright © 2017年 zhuge. All rights reserved. // #import #import "DropImageView.h" @class ProjectInfo; @interface EditProjectWC : NSWindowController @property (strong) ProjectInfo *projectInfo; @property (strong) NSObjectController *ocBean; @property BOOL isHttp; @property (weak) IBOutlet DropImageView *iconDropView; @property (weak) IBOutlet DropImageView *topDropView; @property (weak) IBOutlet DropImageView *screenShotDropView; - (void)setHttpState:(BOOL) isHttp; + (void)alertWithError:(NSString*) mes; @end