This is StatusView.h in view mode; [Download] [Up]
// StatusView.h // Part of Risk by Mike Ferris #import <appkit/View.h> @interface StatusView:View { id theCardManager; id theGameSetup; id theMover; id theDefaultManager; id myTextCell; } + initialize; - initFrame:(NXRect *)r; - free; - drawSelf:(NXRect *)rects :(int)rectCount; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.