Files
yuyin_ios/SweetParty/主类/Mine/Wallet/SPWalletRecordCell.m
2025-08-08 11:05:33 +08:00

24 lines
404 B
Objective-C
Executable File

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