// // AppDelegate.h // Demo // // Created by lr on 2023/2/1. // #import "LENZViewController.h" #import <UIKit/UIKit.h> @interface LENZAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow * window; @end