Files
keyboard/keyBoard/AppDelegate.h
2025-10-27 18:47:18 +08:00

15 lines
172 B
Objective-C

//
// AppDelegate.h
// keyBoard
//
// Created by 张伟 on 2025/10/27.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end