MoviaBox/Thimra/Class/Explore/View/SPExplorePlayerCell.swift
2025-04-21 14:30:28 +08:00

17 lines
283 B
Swift

//
// SPExplorePlayerCell.swift
// Thimra
//
// Created by on 2025/4/17.
//
import UIKit
class SPExplorePlayerCell: SPPlayerListCell {
override var PlayerControlViewClass: SPPlayerControlView.Type {
return SPExplorePlayerControlView.self
}
}