13 lines
181 B
Objective-C
13 lines
181 B
Objective-C
//
|
|
// KeyboardViewController.h
|
|
// CustomKeyboard
|
|
//
|
|
// Created by Mac on 2025/10/27.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface KeyboardViewController : UIInputViewController
|
|
|
|
@end
|