NSStringFromProtocol(_:)
Returns the name of a protocol as a string.
Declaration
func NSStringFromProtocol(_ proto: Protocol) -> StringParameters
- proto:
A protocol.
Return Value
A string containing the name of proto.
Returns the name of a protocol as a string.
func NSStringFromProtocol(_ proto: Protocol) -> StringA protocol.
A string containing the name of proto.