This is WoodBundle.h in view mode; [Download] [Up]
#import <objc/NXBundle.h>
@class WoodFilter;
@interface WoodBundle:NXBundle
{
const char *filterName;
const char *filterDescription;
WoodFilter *filter;
}
- initForDirectory:(const char *)path;
- free;
- (const char *)filterName;
- (const char *)filterDescription;
- (WoodFilter *)filter;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.