ftp.nice.ch/peanuts/GeneralData/Documents/books/AlexNeXTSTEPSource.tar.gz#/NSProgramming/Chapter5_IB/IBDemo/OuchObject.m

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

#import "OuchObject.h"

@implementation OuchObject

- printOuch:sender
{
	printf("Ouch!\n");
}
@end

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