// // ZGNetCircularProgressView.h // UUTUtils // // Created by zhuge on 2018/1/22. // Copyright © 2018年 zhuge. All rights reserved. // #import <Cocoa/Cocoa.h> @interface ZGNetCircularProgressView : NSView @end