Skip to content

Instantly share code, notes, and snippets.

@geykel
Created January 28, 2016 03:26
Show Gist options
  • Save geykel/4ee76b79e70d2e14621e to your computer and use it in GitHub Desktop.
Save geykel/4ee76b79e70d2e14621e to your computer and use it in GitHub Desktop.
// estructura que implementa dos protocolos
struct UnaEstructura: UnProtocolo, OtroProtocolo {
// aquí va la definición
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment