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

22 lines
413 B
Objective-C
Executable File

//
// SPWalletRecordCell.h
// SweetParty
//
// Created by bj_szd on 2022/6/11.
//
#import <UIKit/UIKit.h>
#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