ftp.nice.ch/pub/next/science/mathematics/MathArray.0.40.s.tar.gz#/MathArray-0.40/MathArray/NSObjectExtra.h

This is NSObjectExtra.h in view mode; [Download] [Up]

/*
    NSObject(MAImplementation) - extra NSObject methods
    
    Copyright (C) 1995, Adam Fedor
    
*/

#ifndef __NSObject_MAImplementation_INCLUDE
#define __NSObject_MAImplementation_INCLUDE

#ifdef NEXT_FOUNDATION
#import <foundation/NSObject.h>
#else
#import <Foundation/NSObject.h>
#endif

@interface NSObject(MAImplementation)

- (void)maNotImplemented:(SEL)aSelector;
- (void)maSubclassResponsibility:(SEL)aSelector;

@end

#endif

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