// // SPWalletRecordCell.m // SweetParty // // Created by bj_szd on 2022/6/11. // #import "SPWalletRecordCell.h" @implementation SPWalletRecordCell - (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