25 #ifndef __objc_message_INCLUDE_GNU
26 #define __objc_message_INCLUDE_GNU
id(* IMP)(id, SEL,...)
Definition: objc.h:106
struct objc_class * Class
Definition: objc.h:78
objc_EXPORT IMP objc_msg_lookup_super(struct objc_super *super, SEL sel)
objc_EXPORT IMP(* __objc_msg_forward)(SEL)
Definition: message.h:112
#define objc_EXPORT
Definition: objc-decls.h:41
objc_EXPORT IMP objc_msg_lookup(id receiver, SEL op)
objc_EXPORT IMP(* __objc_msg_forward2)(id, SEL)
Definition: message.h:113
const struct objc_selector * SEL
Definition: objc.h:72
Class super_class
Definition: message.h:98