21 lines
377 B
Swift
21 lines
377 B
Swift
//
|
|
// SPSearchResultCell.swift
|
|
// ShortPlay
|
|
//
|
|
// Created by 曾觉新 on 2025/4/18.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class SPSearchResultCell: SPTableViewCell {
|
|
|
|
/*
|
|
// Only override draw() if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
override func draw(_ rect: CGRect) {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
}
|