Files
keyboard/keyBoard/KBGuideKFCell.h
2025-10-29 16:26:57 +08:00

21 lines
278 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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