Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created September 30, 2022 09:19
Show Gist options
  • Save stevencurtis/020cbbbc7713b5cd69ee8ac4e617309b to your computer and use it in GitHub Desktop.
Save stevencurtis/020cbbbc7713b5cd69ee8ac4e617309b to your computer and use it in GitHub Desktop.
protocol Handler {
var next: Handler? { get }
func handle(request: Animal)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment