home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / DE_SerialSolutions2.0 / MiniSerial1<2.0 demo> / Controller.h < prev    next >
Encoding:
Text File  |  1992-03-16  |  109 b   |  14 lines

  1.  
  2. #import <objc/Object.h>
  3.  
  4. @interface Controller:Object
  5. {
  6.     id    mySerial;
  7. }
  8.  
  9. - init;
  10.  
  11. - changeDTR:sender;
  12.  
  13. @end
  14.