处理键盘
This commit is contained in:
19
CustomKeyboard/View/KBChatUserCell.h
Normal file
19
CustomKeyboard/View/KBChatUserCell.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user