Contents

objc_super

Specifies the superclass of an instance.

Declaration

struct objc_super

Discussion

The compiler generates an objc_super data structure when it encounters the super keyword as the receiver of a message. It specifies the class definition of the particular superclass that should be messaged.

Topics

Fields

Instance Properties

Initializers

See Also

Instance Data Types