// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #import NS_ASSUME_NONNULL_BEGIN @interface AppDelegate : UIResponder @property(nonatomic) UIWindow *window; @end NS_ASSUME_NONNULL_END