home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / Weather / Weather.app / Storm.h < prev    next >
Encoding:
Text File  |  1992-07-29  |  499 b   |  33 lines

  1. #import <objc/Object.h>
  2. #import <appkit/Application.h>
  3. #import <string.h>
  4.  
  5. @interface Storm:Object {
  6.     id P;
  7.     id status;
  8.     id attachB;
  9.     id interruptB;
  10.     id text;
  11.     id scrollView;
  12.     id helpText;
  13.     id browser;
  14.     id radio;
  15.     id fetch1;
  16.     id fetch2;
  17.     id fetch3;
  18.     id site;
  19.     id version;
  20.     id license;
  21. }
  22.  
  23. + new;
  24. - attach:sender;
  25. - showHelp:sender;
  26. - sendComments:sender;
  27. - telnet:sender;
  28. - hitRadio:sender;
  29. - print:sender;
  30. - suggestions:sender;
  31. - pageLayout:sender;
  32. @end
  33.