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