19 lines
316 B
Swift
19 lines
316 B
Swift
//
|
|
// VPHomeCagetoryRecommandContentCell.swift
|
|
// Veloria
|
|
//
|
|
// Created by 湖南秦九 on 2025/5/27.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class VPHomeCagetoryRecommandContentCell: VPHomeRecommandContentCell {
|
|
|
|
override class var moduleKey: VPHomeModuleItem.ModuleKey {
|
|
return .cagetory_recommand
|
|
}
|
|
|
|
|
|
|
|
}
|