Skip to content

Instantly share code, notes, and snippets.

@vedon
Created June 4, 2020 13:49
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/c06c3ed7fb09ac7714cd881d4d91a773 to your computer and use it in GitHub Desktop.
Save vedon/c06c3ed7fb09ac7714cd881d4d91a773 to your computer and use it in GitHub Desktop.
class LoginViewController {
var userSession: UserSession?
func login(_ userName: String, password: String) {
userSesson?.login(userName, password)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment