添加键盘背景

This commit is contained in:
2025-11-04 21:01:46 +08:00
parent 3e2dc4bcb6
commit f43f94b94d
13 changed files with 528 additions and 15 deletions

View File

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