// Copyright © 2021 Tokenary. All rights reserved. import UIKit class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow? func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard (scene as? UIWindowScene) != nil else { return } } }