home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Tutorial / Cookbook / 18.scrollText / Document.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  201 b   |  17 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/appkit.h>
  5. #import <objc/Object.h>
  6.  
  7. @interface Document:Object
  8. {
  9.     id openReq;
  10.     id document;
  11. }
  12.  
  13. - setDocument:anObject;
  14. - openRequest:sender;
  15.  
  16. @end
  17.