Skip to content

Instantly share code, notes, and snippets.

@jonreid
Last active December 22, 2023 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonreid/c41cd31028c77518575a3e13e0b6cb31 to your computer and use it in GitHub Desktop.
Save jonreid/c41cd31028c77518575a3e13e0b6cb31 to your computer and use it in GitHub Desktop.
import UIKit
@objc(TestingAppDelegate)
class TestingAppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func applicationDidFinishLaunching(_ application: UIApplication) {
window = nil
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment