Speaking of it, is there any evolution proposal or doc for ObjectiveC's Protocol in Swift?
We only have a very short doc about it - Protocol | Apple Developer Documentation .And know we can pass a XXProtocol.self in Swift to make a call to an API which accepts Protocol as a parameter.