This is CategoryLoader.h in view mode; [Download] [Up]
/*
CategoryLoader.h
================
John Holdsworth
Coldwave Programs Ltd.
This software is in the public domain.
A class inteneded to be distributed to unload and reload bundles
containing category inplementations. The message didLoad is sent
to the principal class of the bundle for it to print it build date.
*/
#import <appkit/appkit.h>
@interface CategoryLoader:Object
{
}
- (BOOL)reloadBundle:(const char *)bundlePath;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.