mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
18 lines
292 B
Objective-C
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
|
|
|