This is COWSLibraryNode.h in view mode; [Download] [Up]
/*
Copyright (C) 1994 Sean Luke
COWSLibraryNode.h
Version 1.0
Sean Luke
*/
#import "COWSNode.h"
@interface COWSLibraryNode:COWSNode
{
id target;
}
- setTarget:this_target;
- target;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.