23 lines
293 B
Swift
23 lines
293 B
Swift
//
|
|
// VPViewController.swift
|
|
// Veloria
|
|
//
|
|
// Created by 佳尔 on 2025/5/19.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class VPViewController: UIViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
|
|
view.backgroundColor = .backgroundColor()
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|