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