Protocols declare methods that can be implemented by any class.
Can Objective-C protocol be generic? Following this tutorial, I'm basically looking for something like that: @protocol ItemsStore<__covariant ObjectType&…
objective-c generics objective-c-protocol