Skip to content

Instantly share code, notes, and snippets.

@pramod-kumar-ios
Created May 19, 2020 19:22
Show Gist options
  • Select an option

  • Save pramod-kumar-ios/83e6afa3c77d9803c833d4f20a80ac0e to your computer and use it in GitHub Desktop.

Select an option

Save pramod-kumar-ios/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