16 lines
186 B
Swift
16 lines
186 B
Swift
//
|
|
// SPBuyRecordsModel.swift
|
|
// MoviaBox
|
|
//
|
|
// Created by 佳尔 on 2025/5/6.
|
|
//
|
|
|
|
import UIKit
|
|
import SmartCodable
|
|
|
|
class SPBuyRecordsModel: SPModel, SmartCodable {
|
|
|
|
|
|
|
|
}
|