3
This commit is contained in:
17
keyBoard/Class/Me/V/KBSkinSectionTitleCell.h
Normal file
17
keyBoard/Class/Me/V/KBSkinSectionTitleCell.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// KBSkinSectionTitleCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/8.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
/// MARK: - 区块标题 cell
|
||||
@interface KBSkinSectionTitleCell : UICollectionViewCell
|
||||
@property (nonatomic, strong) UILabel *titleLabel;
|
||||
- (void)config:(NSString *)title;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user