// // TLSHUDHelper.h // tls // // Created by pican zhang on 2016/12/15. // Copyright © 2016年 tianlishe. All rights reserved. // #import #import "SVProgressHUD.h" @interface ZCHUDHelper : NSObject + (void)showTitle:(NSString*)title; + (void)showTitle:(NSString*)title showtime:(CGFloat)showtime; + (void)show; + (void)showWithStatus:(NSString*)status; + (void)dismiss; + (void)showImage:(UIImage*)image title:(NSString*)title showtime:(CGFloat)showtime; @end