20 lines
359 B
C
20 lines
359 B
C
|
|
//
|
||
|
|
// SPBlindXunlehuiRecordCell.h
|
||
|
|
// SweetParty
|
||
|
|
//
|
||
|
|
// Created by yons on 2024/11/28.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
#import "BJBoxRankModel.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface SPBlindXunlehuiRecordCell : UITableViewCell
|
||
|
|
@property (weak, nonatomic) IBOutlet UILabel *orderL;
|
||
|
|
@property(nonatomic, strong) BJBoxRankModel *model;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|