17 lines
177 B
Swift
17 lines
177 B
Swift
//
|
|
// VPModel.swift
|
|
// Veloria
|
|
//
|
|
// Created by 佳尔 on 2025/5/19.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class VPModel: NSObject {
|
|
|
|
override init() {
|
|
super.init()
|
|
}
|
|
|
|
}
|