Files

18 lines
292 B
Objective-C

//
// SceneDelegate.h
// ZZZ
//
// Created by Leo Natan on 8/21/19.
// Copyright © 2019 wix. All rights reserved.
//
#import <UIKit/UIKit.h>
API_AVAILABLE(ios(13.0))
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
@property (strong, nonatomic) UIWindow* window;
@end