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