ZGNetCircularProgressView.h 220 B

12345678910111213
  1. //
  2. // ZGNetCircularProgressView.h
  3. // UUTUtils
  4. //
  5. // Created by zhuge on 2018/1/22.
  6. // Copyright © 2018年 zhuge. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface ZGNetCircularProgressView : NSView
  10. @end