Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@geykel
Created January 28, 2016 03:28
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/5cccf5d0eefe0ee4dc42 to your computer and use it in GitHub Desktop.
Save geykel/5cccf5d0eefe0ee4dc42 to your computer and use it in GitHub Desktop.
// ejemplo de protocolo con propiedades
protocol UnProtocolo {
var permiteEstablecerYDevolverUnValor: String { get set }
var permiteSoloDevolverUnValor: Int { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment