添加评论
This commit is contained in:
26
keyBoard/Class/AiTalk/V/KBAICommentInputView.h
Normal file
26
keyBoard/Class/AiTalk/V/KBAICommentInputView.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// KBAICommentInputView.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2026/1/16.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 底部评论输入框
|
||||
@interface KBAICommentInputView : UIView
|
||||
|
||||
/// 发送回调,参数为输入的文本
|
||||
@property(nonatomic, copy, nullable) void (^onSend)(NSString *text);
|
||||
|
||||
/// 设置占位文字
|
||||
@property(nonatomic, copy) NSString *placeholder;
|
||||
|
||||
/// 清空输入框
|
||||
- (void)clearText;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user