MoviaBox/Thimra/Class/Home/ViewModel/SPHomeViewModel.swift
2025-04-22 15:21:12 +08:00

18 lines
250 B
Swift

//
// SPHomeViewModel.swift
// Thimra
//
// Created by Overseas on 2025/4/22.
//
import UIKit
class SPHomeViewModel: NSObject {
var moduleModel: SPHomeModuleModel?
///
var playHistoryArr: [SPShortModel]?
}