SceneDelegate.h 172 B

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