Veloria/Veloria/Base/Model/VPModel.swift
2025-05-20 08:53:21 +08:00

17 lines
177 B
Swift

//
// VPModel.swift
// Veloria
//
// Created by on 2025/5/19.
//
import UIKit
class VPModel: NSObject {
override init() {
super.init()
}
}