// // MBPUUHUDHelp.h // HuaTuoReproduction // // Created by lhn on 2018/1/24. // Copyright © 2018年 UU. All rights reserved. // #import #import "MBProgressHUD.h" @interface MBPUUHUDHelp : NSObject +(MBProgressHUD *)showCustomHudtitle:(NSString *)title; +(void)showAutoDissmissAlertView:(NSString *)title msg:(NSString *)msg; +(void)HidHud; @end