This commit is contained in:
2026-03-02 14:39:47 +08:00
parent 781e557e80
commit 6e62394feb
11 changed files with 1627 additions and 84 deletions

View File

@@ -105,6 +105,7 @@ typedef NS_ENUM(NSInteger, KBKeyboardPanelMode) {
@property(nonatomic, strong, nullable) id kb_fullAccessObserverToken;
@property(nonatomic, strong, nullable) id kb_skinObserverToken;
@property(nonatomic, assign) KBKeyboardPanelMode kb_panelMode;
@property(nonatomic, strong, nullable) id kb_appGroupObserverToken;
@end