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