historical/xcloud-keyboard-mouse-inftrial.git/safari/Keyboard & Mouse for Xbox xCloud/iOS (App)/SceneDelegate.swift

19 lines
387 B
Swift
Raw Normal View History

2024-01-16 17:20:27 +00:00
//
// SceneDelegate.swift
// iOS (App)
//
// Created by David Idol on 12/4/21.
//
import UIKit
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
var window: UIWindow?
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
guard let _ = (scene as? UIWindowScene) else { return }
}
}