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.