//
// IBTLoadingView.h
// XFFruit
//
// Created by Xummer on 3/30/15.
// Copyright (c) 2015 Xummer. All rights reserved.
//
#import "MBProgressHUD.h"
@interface IBTLoadingView : MBProgressHUD
+ (void)showTips:(id)tips;
+ (void)showTextOnly:(NSString *)text;
+ (void)showTextOnly:(NSString *)text
inView:(UIView *)view;
+ (void)showProgressLabel:(NSString *)text;
+ (void)hideHUDWithText:(NSString *)text;
+ (void)showProgressLabel:(NSString *)text
inView:(UIView *)view;
+ (void)showCustomView:(UIView *)customview
inView:(UIView *)view;
+ (void)hideHUDForView:(UIView *)view;
+ (void)hideHUDForView:(UIView *)view
withText:(NSString *)text;
@end
-
mei authoredd4286c2c