// // KBChatUserCell.h // CustomKeyboard // // 用户消息 Cell(右侧显示) // #import @class KBChatMessage; NS_ASSUME_NONNULL_BEGIN @interface KBChatUserCell : UITableViewCell - (void)configureWithMessage:(KBChatMessage *)message; @end NS_ASSUME_NONNULL_END