ThimraTV/MoviaBox/Class/Player/Model/SPVideoInfoModel.swift
2025-04-27 18:26:01 +08:00

30 lines
589 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// SPVideoInfoModel.swift
// MoviaBox
//
// Created by on 2025/4/9.
//
import UIKit
import SmartCodable
class SPVideoInfoModel: SPModel, SmartCodable {
var coins: Int?
var vip_coins: Int?
var episode: String?
var id: String?
var image_url: String?
///12:
var is_vip: Int?
///
var is_lock: Bool?
var promise_view_ad: Int?
// var revolution: []
var short_id: String?
var short_play_id: String?
var short_play_video_id: String?
var video_url: String?
}