Files
xj-ios/XinjiangProject/XinjiangProject/Project/CustomTUIChat/cell/CustomHealthFileVideoCell.m
T

24 lines
429 B
Objective-C

//
// 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