SceneDelegateBase.h 178 B

1234567891011
  1. //
  2. // SceneDelegateBase.h
  3. //
  4. #import <UIKit/UIKit.h>
  5. @interface SceneDelegateBase : UIResponder <UIWindowSceneDelegate>
  6. @property (strong, nonatomic) UIWindow *window;
  7. @end