// // emptyTCell.m // AICity // // Created by 张国栋 on 2025/10/22. // Copyright © 2025 wei.z. All rights reserved. // #import "emptyTCell.h" @implementation emptyTCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end