Skip to content

Instantly share code, notes, and snippets.

@dheerajn
Created September 19, 2021 19:10
Show Gist options
  • Save dheerajn/d581ffd7c332865165ba5d2f42402da1 to your computer and use it in GitHub Desktop.
Save dheerajn/d581ffd7c332865165ba5d2f42402da1 to your computer and use it in GitHub Desktop.
class AppDelegate: NSObject, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
//put custom code here
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment