Skip to content

Instantly share code, notes, and snippets.

@vedon
Created June 4, 2020 15:30
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 vedon/be91561c59f909ef32f76dc4c5d3bbe9 to your computer and use it in GitHub Desktop.
Save vedon/be91561c59f909ef32f76dc4c5d3bbe9 to your computer and use it in GitHub Desktop.
Class UserSession {
static let shared: UserSession
}
Class LoginViewController {
func login(_ name: String, password: String) {
...
UserSession.shared.login(name, password)
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment