ftp.nice.ch/pub/next/developer/resources/classes/CrashTrap.1.0.NIHS.bs.tar.gz#/CrashTrap.v1.0/Source/AppDelegate.h

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

//
//  Demo for ObjectError
//
// By ivo  ivo@hasc.ca

#import <appkit/appkit.h>

@interface AppDelegate:Object
{
    id	window;
}

- afterCrashMatrixHit:sender;
- nullCrashHit:sender;
- unimplementedCrashHit:sender;
- freedObjectCrashHit:sender;

@end

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