16 lines
185 B
Swift
16 lines
185 B
Swift
//
|
|
// SPModel.swift
|
|
// Thimra
|
|
//
|
|
// Created by 曾觉新 on 2025/4/8.
|
|
//
|
|
|
|
import UIKit
|
|
import SmartCodable
|
|
|
|
class SPModel: NSObject {
|
|
required override init() {
|
|
|
|
}
|
|
}
|