Class Protocol

Dynamically generated language binding for any Objective-C protocol.

Hierarchy

  • Protocol

Implements

Constructors

Properties

methods: {
    [name: string]: ProtocolMethodDescription;
}

Methods declared by this protocol.

Type declaration

name: string

Name visible to the Objective-C runtime.

properties: {
    [name: string]: ProtocolPropertyAttributes;
}

Properties declared by this protocol.

Type declaration

protocols: {
    [name: string]: Protocol;
}

Protocols that this protocol conforms to.

Type declaration

Generated using TypeDoc