- //
- // SceneDelegate.h
- // Appcircle
- //
- // Created by Dogan Ekici on 4.10.2019.
- // Copyright © 2019 Dogan Ekici. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
- @property (strong, nonatomic) UIWindow * window;
- @end
|