// // CustomHealthFileVideoCell.m // XinjiangProject // // Created by Apple on 2024/6/14. // #import "CustomHealthFileVideoCell.h" @implementation CustomHealthFileVideoCell - (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