3
This commit is contained in:
19
keyBoard/Class/Me/V/KBSkinDetailHeaderCell.h
Normal file
19
keyBoard/Class/Me/V/KBSkinDetailHeaderCell.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// KBSkinDetailHeaderCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/8.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBSkinDetailHeaderCell : UICollectionViewCell
|
||||
@property (nonatomic, strong) UIImageView *coverView; // 顶部大图
|
||||
@property (nonatomic, strong) UILabel *leftLabel; // 下方左侧文案(#1B1F1A)
|
||||
@property (nonatomic, strong) UILabel *rightLabel; // 下方右侧文案(#02BEAC)
|
||||
- (void)configWithTitle:(NSString *)title right:(NSString *)right;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user