添加设置

This commit is contained in:
2025-10-28 18:02:10 +08:00
parent 02dd204744
commit 0031b7a5f6
7 changed files with 164 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 顶部工具栏按钮点击回调index: 0~3
/// 需求:当 index == 0 时由外部KeyboardViewController决定是否切换到功能面板
- (void)keyBoardMainView:(KBKeyBoardMainView *)keyBoardMainView didTapToolActionAtIndex:(NSInteger)index;
/// 点击了右侧设置按钮
- (void)keyBoardMainViewDidTapSettings:(KBKeyBoardMainView *)keyBoardMainView;
@end
@interface KBKeyBoardMainView : UIView