#import <objc/objc-class.h>
#import <mach-o/loader.h>
Go to the source code of this file.
Functions | |
OBJC_EXPORT int | objc_loadModule (char *moduleName, void(*class_callback)(Class, Category), int *errorCode) |
OBJC_EXPORT long | objc_loadModules (char *modlist[], void *errStream, void(*class_callback)(Class, Category), struct mach_header **hdr_addr, char *debug_file) |
OBJC_EXPORT void | objc_register_header (char *name) |
OBJC_EXPORT void | objc_register_header_name (char *name) |
OBJC_EXPORT long | objc_unloadModules (void *errorStream, void(*unloadCallback)(Class, Category)) |
|
|
|
|
|
|
|
|
|
|