17 lines
283 B
Swift
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
|
|
}
|
|
|
|
}
|