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

@@ -10,7 +10,6 @@
#import <Masonry/Masonry.h>
#import <ReactiveObjC/ReactiveObjC.h>
///Tool
#import "XCHUDTool.h"
#import "UIImage+Utils.h"
#import "ThemeColor.h"
///Presenter
@@ -130,7 +129,7 @@
#pragma mark - LoginPasswordProtocol
- (void)phoneAndPasswordLoginSuccess {
[XCHUDTool showSuccessWithMessage:@"登录成功"];
[self showSuccessToast:@"登录成功"];
[self.navigationController popToRootViewControllerAnimated:YES];
}