Files
keyboard/keyBoard/AppDelegate.h

16 lines
220 B
C
Raw Permalink Normal View History

2025-10-27 18:47:18 +08:00
//
// AppDelegate.h
// keyBoard
//
// Created by 张伟 on 2025/10/27.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
2025-10-27 19:42:27 +08:00
@property (nonatomic, strong) UIWindow *window;
2025-10-27 18:47:18 +08:00
@end