// Define a public header for the ObjC methods that are "visible" externally
// and, thus, could be sub-classed. We should explore the path on which these
// are sub-classed with unknown class by not inlining them.
typedef signed char BOOL;
typedef struct objc_class *Class;
typedef struct objc_object *id;
@protocol NSObject - isEqual: object; @end