Wallpaper_Home/wallpaper_project/Home/V/WA_HistoryCell.swift
忆海16 5ff1070967 mtg
2024-07-23 11:44:01 +08:00

22 lines
353 B
Swift

//
// WA_HistoryCell.swift
// wallpaper_project
import UIKit
class WA_HistoryCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
}
}