Files
keyboard/CustomKeyboard/View/KBChatMessageCell.h
2026-01-15 18:16:56 +08:00

18 lines
257 B
Objective-C

//
// KBChatMessageCell.h
// CustomKeyboard
//
#import <UIKit/UIKit.h>
@class KBChatMessage;
NS_ASSUME_NONNULL_BEGIN
@interface KBChatMessageCell : UITableViewCell
- (void)kb_configureWithMessage:(KBChatMessage *)message;
@end
NS_ASSUME_NONNULL_END