移动文件
This commit is contained in:
20
keyBoard/Class/Guard/V/KBGuideKFCell.h
Normal file
20
keyBoard/Class/Guard/V/KBGuideKFCell.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user