tokenary/Tokenary iOS/SceneDelegate.swift
2021-12-06 19:16:03 +03:00

14 lines
353 B
Swift

// 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 }
}
}