Skip to content

Instantly share code, notes, and snippets.

@geykel
Last active January 28, 2016 02:48
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 geykel/3579c1efbe7f046cb844 to your computer and use it in GitHub Desktop.
Save geykel/3579c1efbe7f046cb844 to your computer and use it in GitHub Desktop.
protocol CuentaDeAhorrosDelegate {
func notificarCambioDeSaldo(saldoActual: Double, nuevoSaldo: Double)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment