Created
June 4, 2020 13:49
-
-
Save vedon/c06c3ed7fb09ac7714cd881d4d91a773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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