ftp.nice.ch/pub/next/games/card/NeXTmille.2.0.s.tar.gz#/NeXTmille-2.0a/TagView.m

This is TagView.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "TagView.h"

@implementation TagView

- setTag:( int )aTag
{
    myTag = aTag;
    return self;
}

- ( int )tag
{
	return myTag;
}


@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.