Initial commit: Swift UIKit iOS project with MVVM guidelines.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
19
suixinkan/ViewController.swift
Normal file
19
suixinkan/ViewController.swift
Normal 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.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user