Files
suixinkan_uikit/suixinkan/ViewController.swift
汉秋 e290656322 Add base infrastructure and SPM dependencies for iOS development.
Integrate SnapKit and Kingfisher, add BaseViewController and NotificationName, and streamline AGENTS.md with Android-aligned conventions.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 14:59:55 +08:00

18 lines
214 B
Swift

//
// ViewController.swift
// suixinkan
//
// Created by hanqiu on 2026/7/6.
//
import UIKit
class ViewController: BaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}