Created
July 25, 2018 16:22
-
-
Save andru255/c9f72fa22351df8b4c0eee5d1491e335 to your computer and use it in GitHub Desktop.
This file contains 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 UserActions: UserActionProtocol { | |
func login(nick: String, password: String) { | |
// consultando a mi servicio original | |
} | |
func register(email: String, nick: String, password: String) { | |
// registrando a mi servicio original | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment