添加 iOS 基础架构与 SPM 依赖

This commit is contained in:
2026-07-06 14:59:55 +08:00
parent 4346b255e5
commit 3611547abe
6 changed files with 341 additions and 152 deletions

View File

@ -7,13 +7,11 @@
import UIKit
class ViewController: UIViewController {
class ViewController: BaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}