This is AccidentView.m in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "AccidentView.h" #import "cards.h" #import <assert.h> @implementation AccidentView - init { [ super init ]; bottomFaceBitmap = [[ CardImage allocFromZone:cardZone ] initFromFile:ACCIDENT_BOTTOM_FACE ]; assert( bottomFaceBitmap ); return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.