Interface ClassSpec<D, T, S>

Type Parameters

Hierarchy

  • ClassSpec

Properties

methods?: {
    [name: string]: UserMethodImplementation<D, T, S> | ObjC.MethodSpec<UserMethodImplementation<D, T, S>>;
}

Methods to implement.

Type declaration

name?: string

Name of the class.

Omit this if you don’t care about the globally visible name and would like the runtime to auto-generate one for you.

protocols?: Protocol[]

Protocols this class conforms to.

super?: null | Object

Super-class, or null to create a new root class. Omit to inherit from NSObject.

Generated using TypeDoc