SettingController.swift
639 字节
//
// SettingController.swift
// NumberCube
//
// Created by ilCode on 2025/3/27.
//
import UIKit
class SettingController: NcBaseController {
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.
}
*/
}