ThimraTV/MoviaBox/Libs/SPIAPManager/SPIAPVerifyModel.swift
2025-05-08 13:39:30 +08:00

19 lines
273 B
Swift

//
// SPIAPVerifyModel.swift
// MoviaBox
//
// Created by on 2025/5/6.
//
import UIKit
import SmartCodable
class SPIAPVerifyModel: SPModel, SmartCodable {
var status: String?
var money: String?
var is_backhaul: String?
var code: String?
}