// // YMChatRecordCell.m // MSYOUPAI // // Created by YoMi on 2024/3/20. // Copyright © 2024 MS. All rights reserved. // #import "YMChatRecordCell.h" @implementation YMChatRecordCell - (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