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