MoviaBox/ShortPlay/Class/Explore/View/SPExplorePlayerCell.swift
2025-04-17 15:40:53 +08:00

17 lines
286 B
Swift

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