SceneDelegate.h 286 B

12345678910111213141516
  1. //
  2. // SceneDelegate.h
  3. // Appcircle
  4. //
  5. // Created by Dogan Ekici on 4.10.2019.
  6. // Copyright © 2019 Dogan Ekici. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
  10. @property (strong, nonatomic) UIWindow * window;
  11. @end