This commit is contained in:
2025-10-27 20:07:37 +08:00
parent 5e44ac155b
commit a9625369f7
5 changed files with 176 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
//
// KBPermissionViewController.h
// CustomKeyboard
//
// Created by Mac on 2025/10/27.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBPermissionViewController : UIViewController
@end
NS_ASSUME_NONNULL_END