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