Skip to content

Instantly share code, notes, and snippets.

@christopherkarani
Created October 12, 2017 11:55
Show Gist options
  • Save christopherkarani/fac9e181299e3cbc0ccc804b3af548b0 to your computer and use it in GitHub Desktop.
Save christopherkarani/fac9e181299e3cbc0ccc804b3af548b0 to your computer and use it in GitHub Desktop.
protocol SomeProtocol {
var required: String { get }
var optional: String? { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment