SceneDelegate.h 144 B

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