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