This commit is contained in:
2026-03-02 09:19:06 +08:00
parent da4649101e
commit 781e557e80
34 changed files with 3926 additions and 87 deletions

View File

@@ -45,6 +45,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 更新联想候选
- (void)kb_setSuggestions:(NSArray<NSString *> *)suggestions;
/// 根据 profileId 重新加载键盘布局
- (void)reloadLayoutWithProfileId:(NSString *)profileId;
@end
NS_ASSUME_NONNULL_END