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