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

20 lines
250 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.

//
// KBGuideUserCell.h
// keyBoard
//
// 我方发送气泡 cell右侧紫色气泡
//
#import "BaseCell.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBGuideUserCell : BaseCell
- (void)configText:(NSString *)text;
@end
NS_ASSUME_NONNULL_END