Skip to content

Instantly share code, notes, and snippets.

@vani2
Created March 23, 2020 12:58
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 vani2/7bbc60e88ca80d9c62fae6f082ded6f1 to your computer and use it in GitHub Desktop.
Save vani2/7bbc60e88ca80d9c62fae6f082ded6f1 to your computer and use it in GitHub Desktop.
import UIKit
import Service
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
let user = Service().getUsers()
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