// // SPWalletRecordCell.h // SweetParty // // Created by bj_szd on 2022/6/11. // #import #import "SPWalletRecordModel.h" NS_ASSUME_NONNULL_BEGIN @interface SPWalletRecordCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titleLab; @property (weak, nonatomic) IBOutlet UILabel *timeLab; @property (weak, nonatomic) IBOutlet UILabel *valueLab; @end NS_ASSUME_NONNULL_END