This is CalObject.h in view mode; [Download] [Up]
// LoginStats by Eric "E.T." Tremblay, January 29, 1996
#import <appkit/appkit.h>
@interface CalObject:Object
{
id LoginStatsPanel;
id LoginStatsView;
id UsernameInput;
id DateInput;
int day, month;
}
- init; // System call
- awakeFromNib; // System call
- LoginAccounting:sender;
- Last:sender;
- SearchLast:sender;
- SetDate:sender;
- Print:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.