Last active
June 19, 2021 04:58
-
-
Save froggomad/7b42aa8ff4489a31d31b09f4e82a7238 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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