// // DetailImageCell.m // iShop // // Created by Rui Zhang on 1/11/24. // #import "DetailSlideImageCell.h" @implementation DetailSlideImageCell - (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