猎豆优选

ZLProgressHUD.h 228B

123456789101112131415161718
  1. //
  2. // ZLProgressHUD.h
  3. // ZLPhotoBrowser
  4. //
  5. // Created by long on 16/2/15.
  6. // Copyright © 2016年 long. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ZLProgressHUD : UIView
  10. - (void)show;
  11. - (void)hide;
  12. @end