Skip to content

Instantly share code, notes, and snippets.

@s4cha
Last active October 25, 2015 08:50
Show Gist options
  • Save s4cha/8c29f3683cb8af1c6dc4 to your computer and use it in GitHub Desktop.
Save s4cha/8c29f3683cb8af1c6dc4 to your computer and use it in GitHub Desktop.
protocol RestResource {
static func restName() -> String
func restId() -> String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment