Files
keyboard/CustomKeyboard/KeyboardViewController.h

13 lines
181 B
C
Raw Permalink Normal View History

2025-10-27 19:42:27 +08:00
//
// KeyboardViewController.h
// CustomKeyboard
//
// Created by Mac on 2025/10/27.
//
#import <UIKit/UIKit.h>
@interface KeyboardViewController : UIInputViewController
@end