This is DrawPileDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | DrawPileDelegate : Object | | ---------------------------------------------------------------------------- \----------------------------------------------------------------------------*/ #import <appkit/appkit.h> @interface DrawPileDelegate:Object { id discardCardPileView; id recycleCardPile; int maxIndex; } /*---------------------------------------------------------------------------- | | CardPileView delegation methods | \---------------------------------------------------------------------------*/ - setDiscardCardPileView:theView; - setDrawCardCount:(int)theCount; - clickedCard:aCard in:drawCardPileView; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.