// // SceneDelegateBase.h // #import <UIKit/UIKit.h> @interface SceneDelegateBase : UIResponder <UIWindowSceneDelegate> @property (strong, nonatomic) UIWindow *window; @end