// // KBSkinSectionTitleCell.h // keyBoard // // Created by Mac on 2025/11/8. // #import NS_ASSUME_NONNULL_BEGIN /// MARK: - 区块标题 cell @interface KBSkinSectionTitleCell : UICollectionViewCell @property (nonatomic, strong) UILabel *titleLabel; - (void)config:(NSString *)title; @end NS_ASSUME_NONNULL_END