Files
keyboard/CustomKeyboard/KeyboardViewController.h
2025-10-27 19:42:27 +08:00

13 lines
181 B
Objective-C

//
// KeyboardViewController.h
// CustomKeyboard
//
// Created by Mac on 2025/10/27.
//
#import <UIKit/UIKit.h>
@interface KeyboardViewController : UIInputViewController
@end