Contents

NSStringFromProtocol(_:)

Returns the name of a protocol as a string.

Declaration

func NSStringFromProtocol(_ proto: Protocol) -> String

Parameters

  • proto:

    A protocol.

Return Value

A string containing the name of proto.

See Also

Type Lookup