Class Block

Dynamically generated language binding for any Objective-C block.

Also supports implementing a block from scratch by passing in an implementation.

Hierarchy

  • Block

Implements

Constructors

Properties

Methods

Constructors

Properties

implementation: AnyFunction

Current implementation. You may replace it by assigning to this property.

types?: string

Signature, if available.

Methods

  • Declares the signature of an externally defined block. This is needed when working with blocks without signature metadata, i.e. when block.types === undefined.

    Parameters

    Returns void

Generated using TypeDoc