1 /* These functions are deprecated and currently ignored. */
3 ** Hook functions for allocating, copying and disposing of instances
5 objc_EXPORT
id (*_objc_object_alloc
)(Class _class
);
6 objc_EXPORT
id (*_objc_object_copy
)(id object
);
7 objc_EXPORT
id (*_objc_object_dispose
)(id object
);