This commit is contained in:
2025-12-23 14:02:44 +08:00
parent 6ad2079351
commit 2e1c261775
9 changed files with 23 additions and 9 deletions

View File

@@ -8,7 +8,11 @@
#import "KBSkinDetailHeaderCell.h"
#import "UIImageView+KBWebImage.h"
#import "KBShopThemeDetailModel.h"
@interface KBSkinDetailHeaderCell()
@property (nonatomic, strong) UIImageView *coverView; //
@property (nonatomic, strong) UILabel *leftLabel; // #1B1F1A
@property (nonatomic, strong) UILabel *rightLabel; // #02BEAC
@end
@implementation KBSkinDetailHeaderCell
- (instancetype)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {