修改了登录成功之后的tab
This commit is contained in:
29
yinmeng-ios/Modules/Star/PlanetStarVC.swift
Normal file
29
yinmeng-ios/Modules/Star/PlanetStarVC.swift
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// PlanetStarVC.swift
|
||||
// yinmeng-ios
|
||||
//
|
||||
// Created by MaiMang on 2024/2/25.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class PlanetStarVC: BaseViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
view.backgroundColor = .yellow
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
// 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.
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
Reference in New Issue
Block a user