ish/app/SceneDelegate.h
Theodore Dubois 6791a15348 Support multiple windows
Co-authored-by: Noah Peeters <noah.peeters@icloud.com>
2019-10-27 19:29:03 -07:00

20 lines
288 B
Objective-C

//
// SceneDelegate.h
// iSH
//
// Created by Theodore Dubois on 10/26/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
API_AVAILABLE(ios(13))
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
@property (nonatomic) UIWindow *window;
@end
NS_ASSUME_NONNULL_END