This is Ohmslaw.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface Ohmslaw:Object
{
id Volts;
id Amperes;
id Ohms;
id Watts;
id FindButton;
id Info;
id MoreInfo;
id OhmsTable;
}
- appDidInit:sender; /* Automatically executes when program starts */
- Calculate:sender; /* Where the calculations are done */
- FindOhms:sender;
- FindAmpere:sender;
- FindVolts:sender;
- FindWatts:sender;
- SetToZero:sender; /*Sets the form values to ZERO */
- PrintOhmsTable:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.