// // QXWithDrawRecordCell.h // QXLive // // Created by 启星 on 2025/7/12. // #import #import "QXCoinDetailModel.h" NS_ASSUME_NONNULL_BEGIN @interface QXWithDrawRecordCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *reasonLabel; @property (weak, nonatomic) IBOutlet UILabel *timeLabel; @property (weak, nonatomic) IBOutlet UILabel *priceLabel; @property (weak, nonatomic) IBOutlet UILabel *statusLabel; @property (nonatomic,strong)QXWithDrawRecordModel *model; +(instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END