objc_super
Specifies the superclass of an instance.
Declaration
struct objc_superDiscussion
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.