This is DSMAppController.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import <tdappcontrollerbundle/TDAppController.h> @interface DSMAppController:TDAppController { id nWaterHeaterCell; id dWaterHeaterCell; id showWaterHeaterWindowCell; id waterHeaterEOController; id waterHeaterWindow; id nWeatherizationCell; id dWeatherizationCell; id showWeatherizationWindowCell; id weatherizationEOController; id weatherizationWindow; id nSuperGoodCentsCell; id dSuperGoodCentsCell; id showSuperGoodCentsWindowCell; id superGoodCentsEOController; id superGoodCentsWindow; id nHeatPumpCell; id dHeatPumpCell; id showHeatPumpWindowCell; id heatPumpEOController; id heatPumpWindow; id nCommercialLightCell; id dCommercialLightCell; id showCommercialLightWindowCell; id commercialLightEOController; id commercialLightWindow; id nInstitutionalCell; id dInstitutionalCell; id showInstitutionalWindowCell; id institutionalEOController; id institutionalWindow; id nIndustrialCell; id dIndustrialCell; id showIndustrialWindowCell; id industrialEOController; id industrialWindow; id nMotorCell; id dMotorCell; id showMotorWindowCell; id motorEOController; id motorWindow; id nHighBillCell; id dHighBillCell; id showHighBillWindowCell; id highBillEOController; id highBillWindow; id firstTextField; id checkMarkColumn; id dwellingCategoryField; NSArray *dateKeys; } - newWPDocument:sender; - openWPDocument:sender; - newMesaSpreadSheet:sender; - openMesaSpreadSheet:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.