Files
keyboard/CustomKeyboard/View/Chat/KBChatUserCell.h

20 lines
291 B
C
Raw Normal View History

2026-01-30 13:17:11 +08:00
//
// KBChatUserCell.h
// CustomKeyboard
//
// 用户消息 Cell右侧显示
//
#import <UIKit/UIKit.h>
@class KBChatMessage;
NS_ASSUME_NONNULL_BEGIN
@interface KBChatUserCell : UITableViewCell
- (void)configureWithMessage:(KBChatMessage *)message;
@end
NS_ASSUME_NONNULL_END