发送文本处理ui和逻辑
This commit is contained in:
@@ -46,6 +46,9 @@ typedef NS_ENUM(NSInteger, KBVoiceInputBarState) {
|
||||
/// 代理
|
||||
@property (nonatomic, weak) id<KBVoiceInputBarDelegate> delegate;
|
||||
|
||||
/// 文本发送回调(文本模式下发送消息时触发)
|
||||
@property (nonatomic, copy) void (^onTextSend)(NSString *text);
|
||||
|
||||
/// 状态文本(显示在按钮上方)
|
||||
@property (nonatomic, copy) NSString *statusText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user