This is HumanScoreBoard.h in view mode; [Download] [Up]
// HumanScoreBoard.h // Project: Cribbage // Stephan Wacker // 93-10-04 #import <appkit/appkit.h> #import "ScoreBoard.h" @interface HumanScoreBoard : ScoreBoard { } - (NXColor) color; - (BOOL) topRowFirst; @end // HumanScoreBoard
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.