Files
keyboard/keyBoard/Class/Me/V/KBSkinDetailHeaderCell.h
2025-12-23 14:02:44 +08:00

20 lines
321 B
Objective-C

//
// KBSkinDetailHeaderCell.h
// keyBoard
//
// Created by Mac on 2025/11/8.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class KBShopThemeDetailModel;
@interface KBSkinDetailHeaderCell : UICollectionViewCell
- (void)configWithDetail:(nullable KBShopThemeDetailModel *)detail;
@end
NS_ASSUME_NONNULL_END