This is Controller.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "DASuser.subproj/DAS_12_public.h" #import "DAS_Sample.h" @interface Controller:Object { id dio1_popup; id dio1_text; id dio1_button; id dio2_popup; id dio2_text; id dio2_button; id adc_freq; id dac_freq; id adc_samples; id dac_samples; id dac_mode; id adc_mode; id adc_start; id adc_end; id adc_results; id dac_channel; id dac_extfreq; DAS_DIO *dio1,*dio2; DAS_DAC *dac; DAS_ADC *adc; DAS_Sample *sound; } - run_dio:sender; - run_dac:sender; - run_adc:sender; - dac_extfreq:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.