Skip to content

Instantly share code, notes, and snippets.

@andru255
Created July 25, 2018 16:22
Show Gist options
  • Save andru255/c9f72fa22351df8b4c0eee5d1491e335 to your computer and use it in GitHub Desktop.
Save andru255/c9f72fa22351df8b4c0eee5d1491e335 to your computer and use it in GitHub Desktop.
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