Skip to content

Instantly share code, notes, and snippets.

@froggomad
Last active June 19, 2021 04:58
Show Gist options
  • Save froggomad/7b42aa8ff4489a31d31b09f4e82a7238 to your computer and use it in GitHub Desktop.
Save froggomad/7b42aa8ff4489a31d31b09f4e82a7238 to your computer and use it in GitHub Desktop.
protocol TitledCollectionViewDelegate: AnyObject {
func itemWasSelected(_ fruit: Fruit)
func itemWasSelected(_ vegetable: Vegetable)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment