This commit is contained in:
2025-11-06 14:02:22 +08:00
parent d7874829d9
commit 15fc9621cd
15 changed files with 337 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
//
// KBSkinCenterVC.h
// 简单的皮肤中心:展示两款示例皮肤,点击“下载并应用”后立即同步到键盘扩展。
//
#import <UIKit/UIKit.h>
@interface KBSkinCenterVC : UIViewController
@end