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