Files
keyboard/keyBoard/VC/KBPermissionViewController.h

17 lines
232 B
C
Raw Normal View History

2025-10-27 20:07:37 +08:00
//
// 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