Skip to content

Instantly share code, notes, and snippets.

@bestiosdeveloper
Created May 19, 2020 19:22
Show Gist options
  • Save bestiosdeveloper/83e6afa3c77d9803c833d4f20a80ac0e to your computer and use it in GitHub Desktop.
Save bestiosdeveloper/83e6afa3c77d9803c833d4f20a80ac0e to your computer and use it in GitHub Desktop.
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment