This is DeckView.h in view mode; [Download] [Up]
// DeckView.h // Part of Risk by Mike Ferris #import <appkit/View.h> @interface DeckView:View { id theCardManager; id myDeck; id myTextCell; } + initialize; - initFrame:(const NXRect *)f; - free; - setDeck:anObject; - drawSelf:(const 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.