This commit is contained in:
2025-12-08 16:39:47 +08:00
parent 0a1c30f669
commit fd8c08316b
30 changed files with 306 additions and 85 deletions

View File

@@ -6,7 +6,7 @@
// 话术标签Cell左图标+右标题,圆角灰白底
#import <UIKit/UIKit.h>
#import "KBTagItemModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBFunctionTagCell : UICollectionViewCell
@@ -17,6 +17,10 @@ NS_ASSUME_NONNULL_BEGIN
/// 头像/图标
@property (nonatomic, strong, readonly) UIImageView *iconView;
@property (nonatomic, strong) KBTagItemModel *itemModel;
/// 显示/隐藏加载指示(小菊花)
- (void)setLoading:(BOOL)loading;