Integrate SnapKit and Kingfisher, add BaseViewController and NotificationName, and streamline AGENTS.md with Android-aligned conventions. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
214 B
Swift
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()
|
|
}
|
|
|
|
}
|
|
|