Initial commit: Swift UIKit iOS project with MVVM guidelines.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 14:44:51 +08:00
commit b20e613fec
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.
}
}