移动文件

This commit is contained in:
2025-10-29 16:44:00 +08:00
parent 9101ffaab0
commit c5326a3079
9 changed files with 71 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
//
// KBGuideKFCell.h
// keyBoard
//
// 客服回复气泡 cell左侧头像 + 白色圆角气泡)
//
#import "BaseCell.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBGuideKFCell : BaseCell
/// 设置文案
- (void)configText:(NSString *)text;
@end
NS_ASSUME_NONNULL_END