ftp.nice.ch/pub/next/games/card/NEXTVegas3.0.src.tar.gz#/NEXTVegas/Keno/KenoCard.h

This is KenoCard.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface KenoCard:Object
{
    id	cardView;
    id	kenoTempMatrix;
    id	numGamesText;
    id	pricePerGameButton;
    id	submitTicketButton;
    id	ticketOwnerText;
    id	totalPriceText;
	id	window;
	
	id owner;
}

- changeTicketPrice:sender;
- clearTicket:sender;
- setOwner:aPlayer;
- submitTicket:sender;
- orderFront:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.