This is RepairsView.m in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "RepairsView.h" #import "cards.h" #import <assert.h> @implementation RepairsView - init { [ super init ]; bottomFaceBitmap = [[ CardImage allocFromZone:cardZone ] initFromFile:REPAIRS_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.