Skip to content

Instantly share code, notes, and snippets.

@ertembiyik
Last active May 31, 2022 17:42
Show Gist options
  • Save ertembiyik/387210f4b21f18b6834cee78ff054c9c to your computer and use it in GitHub Desktop.
Save ertembiyik/387210f4b21f18b6834cee78ff054c9c to your computer and use it in GitHub Desktop.
protocol RouteProtocol {
var stringValue: String { get }
var method: String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment