This is LoginStatPanelObject.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h>
@interface LoginStatPanelObject : NSObject
{
id DateInput;
id LoginStatsPanel;
id LoginStatsView;
id StringInput;
int day, month;
}
- init; // System call
- (void)awakeFromNib; // System call
- (void)Last:(id)sender;
- (void)LastComm:(id)sender;
- (void)LoginAccounting:(id)sender;
- (void)SearchLast:(id)sender;
- (void)SystemAccounting:(id)sender;
- (void)SystemAccountingM:(id)sender;
- (void)SetDate:(id)sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.