1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user