ftp.nice.ch/Attic/openStep/tools/calculators/ElectronHelper.2.0.m.NIS.b.tgz#/ElectronHelper.2.0.m.NIS/Source/OhmsLawObject.h

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

#import <AppKit/AppKit.h>

@interface OhmsLawObject : NSObject
{
    id Amperes;
    id FindButton;
    id Ohms;
    id OhmsTable;
    id Volts;
    id Watts;
    id CalcTextFields;
}
- (void)Calculate:(id)sender;
- (void)FindAmpere:(id)sender;
- (void)FindOhms:(id)sender;
- (void)FindVolts:(id)sender;
- (void)FindWatts:(id)sender;
- (void)PrintOhmsTable:(id)sender;
- (void)SetToZero:(id)sender;
@end

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