Skip to content

Instantly share code, notes, and snippets.

@hitendradeveloper
Created May 18, 2018 19:15
Show Gist options
  • Select an option

  • Save hitendradeveloper/9ff3df7039696982a61c2a93dc154b43 to your computer and use it in GitHub Desktop.

Select an option

Save hitendradeveloper/9ff3df7039696982a61c2a93dc154b43 to your computer and use it in GitHub Desktop.
Simple Protocol Confirmation
import Foundation
protocol Displayable {
//protocol requirements
}
class Person: Displayable {
//class implementation
}
@hitendradeveloper

Copy link
Copy Markdown
Author

an example for the blog https://medium.com/p/950c85bb69b1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment