This is FTDrawDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | FTDrawDelegate : NSObject | | ---------------------------------------------------------------------------- \----------------------------------------------------------------------------*/ #import <AppKit/AppKit.h> @class CardPileView; @class Card; @interface FTDrawDelegate : NSObject { CardPileView* discardPileView; } /*---------------------------------------------------------------------------- | | CardPileView delegation methods | \---------------------------------------------------------------------------*/ - (void) setDiscardCardPileView:(CardPileView*) theView; - (void)clickedCard:(Card*)aCard in:(CardPileView*)drawCardPileView; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.