This is CardImage.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/NXImage.h>
// Objects of this class are card images
// such as the top face or roll.
@interface CardImage:NXImage
{
}
// The purpose of this subclass is to
// search in several areas including the
// file package for the card images.
// Once found, then superclass's
// -initFromFile: method is executed with
// a complete path to the file.
// This is the designated initializer for
// this class.
- initFromFile:( const char * )fileName;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.