Files
keyboard/keyBoard/VC/KBPermissionViewController.h
2025-10-27 20:07:37 +08:00

17 lines
232 B
Objective-C

//
// 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