// // AppDelegate.h // TestApp // // Created by 邢铖 on 2023/6/1. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (nonatomic, strong) UIWindow *window; @end