VPCamera3/SwiftProject/SwiftProject/Project/Controller/CCMineController.swift
2024-03-05 11:51:22 +08:00

30 lines
639 B
Swift

//
// CCMineController.swift
// SwiftProject
//
// Created by soldoros on 2024/1/10.
//
import UIKit
class CCMineController: BaseController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// 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.
}
*/
}