MBPUUHUDHelp.h 383 B

1234567891011121314151617181920
  1. //
  2. // MBPUUHUDHelp.h
  3. // HuaTuoReproduction
  4. //
  5. // Created by lhn on 2018/1/24.
  6. // Copyright © 2018年 UU. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "MBProgressHUD.h"
  10. @interface MBPUUHUDHelp : NSObject
  11. +(MBProgressHUD *)showCustomHudtitle:(NSString *)title;
  12. +(void)showAutoDissmissAlertView:(NSString *)title msg:(NSString *)msg;
  13. +(void)HidHud;
  14. @end