XCHUDTool封装到BaseViewController

This commit is contained in:
zu
2021-09-14 15:43:18 +08:00
parent 895e5d8a69
commit 8417d34d53
15 changed files with 78 additions and 62 deletions

View File

@@ -33,6 +33,26 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)hideStatusBar;
/**
成功 toast
*/
- (void)showSuccessToast:(NSString *)msg;
/**
失败 toast
*/
- (void)showErrorToast:(NSString *)msg;
/**
加载 loading
*/
- (void)showLoading;
/**
隐藏 XCHUDTool
*/
- (void)hideHUD;
@end
NS_ASSUME_NONNULL_END