修改了登录成功之后的tab

This commit is contained in:
fengshuo
2024-02-25 13:10:44 +08:00
parent 9010bb66fc
commit 94a067bdbc
35 changed files with 397 additions and 82 deletions

View File

@@ -0,0 +1,29 @@
//
// HomeVoiceVC.swift
// yinmeng-ios
//
// Created by MaiMang on 2024/2/25.
//
import UIKit
class HomeVoiceVC: BaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .red
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}