ThimraTV/MoviaBox/Class/Home/View/SPHomeHotContentCell.swift
2025-06-18 19:26:21 +08:00

19 lines
297 B
Swift

//
// SPHomeHotContentCell.swift
// MoviaBox
//
// Created by on 2025/6/18.
//
import UIKit
class SPHomeHotContentCell: SPHomeContentCell {
private lazy var trendingView: SPHomeTrendingView = {
let view = SPHomeTrendingView()
return view
}()
}