初始提交:创建 Swift UIKit iOS MVVM 工程规范

This commit is contained in:
2026-07-06 14:44:51 +08:00
commit ed22019aa1
13 changed files with 654 additions and 0 deletions

View File

@ -0,0 +1,19 @@
//
// ViewController.swift
// suixinkan
//
// Created by hanqiu on 2026/7/6.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}