This is DiscardCardPileDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */
/*--------------------------------------------------------------------------
|---------------------------------------------------------------------------
|
| DiscardCardPileDelegate : NSObject
|
| An instance of this class acts as a delegate for messages from the
| Discard Piles in the Pyramid solitaire game.
| --------------------------------------------------------------------------
\--------------------------------------------------------------------------*/
#import <AppKit/AppKit.h>
@class CardPileView;
@class CardPile;
@interface DiscardCardPileDelegate:NSObject
{
}
/*----------------------------------------------------------------------------
|
| CardPileView delegation methods
|
\---------------------------------------------------------------------------*/
- (BOOL) canAcceptPile:(CardPile*)aCardPile from:sender in:(CardPileView*)discardCardPileView;
- (void) acceptPile:(CardPile*)aCardPile in:(CardPileView*)discardCardPileView;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.