1
This commit is contained in:
23
CustomKeyboard/View/KBFunctionTagCell.h
Normal file
23
CustomKeyboard/View/KBFunctionTagCell.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// KBFunctionTagCell.h
|
||||
// CustomKeyboard
|
||||
//
|
||||
// Created by Codex on 2025/10/28.
|
||||
// 话术标签Cell:左图标+右标题,圆角灰白底
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBFunctionTagCell : UICollectionViewCell
|
||||
|
||||
/// 标题
|
||||
@property (nonatomic, strong, readonly) UILabel *titleLabel;
|
||||
|
||||
/// 头像/图标
|
||||
@property (nonatomic, strong, readonly) UIImageView *iconView;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user