This commit is contained in:
启星
2025-10-25 19:38:29 +08:00
parent 3a5cf56099
commit 90709a94c4
144 changed files with 890 additions and 821 deletions

View File

@@ -6,7 +6,7 @@
//
#import <UIKit/UIKit.h>
//#import "SRRankListResponse.h"
#import "QXRankModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXRankCPListCell : UITableViewCell
@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (weak, nonatomic) IBOutlet UILabel *valueLabel;
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
//@property (nonatomic,strong)SRRankListResponseModel *model;
@property (nonatomic,strong)QXMyRankModel *model;
+(instancetype)cellWithTableView:(UITableView *)tableView;
@end