ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.m.NIS.b.tgz#/MiscKit.2.0.5.m.NIS.b/MiscFoundation.framework/Versions/A/Headers/NSNumber+TagHandling.h

This is NSNumber+TagHandling.h in view mode; [Download] [Up]

/*************************************************************************
 * File Name: NSNumber_TagHandling.h
 * Version  : 0.0 alpha
 * Date     : Mon 14-Jul-1997
 *************************************************************************
 *  COPYWHAT (C) 1997 by Tomi Engel
 *
 * This notice may not be removed from this source code.
 * The use and distribution of this software is governed by the
 * terms of the MiscKit license agreement.  Refer to the license
 * document included with the MiscKit distribution for the terms.
 *                    ALL RIGHTS RESERVED
 *
 *************************************************************************    
 * Notes      : 
 * Bugs       : 
 * Author(s)  : tsengel
 * Last update: $Date: 1997/07/09 15:22:51 $
 * History    : $Log: h.template,v $
 * History    : Revision 1.1.1.1  1997/07/09 15:22:51  gtupar
 * History    : New import [GT]
 * History    :
 *************************************************************************/ 

#import <Foundation/Foundation.h>

@interface NSNumber (TagHandling)
/*" @Description

This is a very very simple category for the NSNumber class cluster. All it does is to offer an alternative access to the int value representation.
This category is quite useful when working with the MiscSwapView where tags are used for swap handling. In these cases an NSNUmber can be used as an identifier object.
"*/

+ (NSNumber *)numberWithTag:(int)value;
- (id)initWithTag:(int)value;
- (int)tag;

@end

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