MoviaBox/Thimra/Class/Home/ViewModel/SPHomeViewModel.swift
2025-04-22 17:30:04 +08:00

20 lines
260 B
Swift

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