home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / Document.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-30  |  534 b   |  36 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. /* $Id: Document.h,v 1.2 94/01/30 16:28:14 ediger Exp Locker: ediger $
  5.  * $Log:    Document.h,v $
  6.  * Revision 1.2  94/01/30  16:28:14  ediger
  7.  * dummy checking
  8.  * 
  9.  * Revision 1.1  93/12/19  13:07:37  ediger
  10.  * Initial revision
  11.  * 
  12.  */
  13.  
  14. #import <objc/Object.h>
  15. #import <strings.h>
  16. #import <MachOView.h>
  17.  
  18. #undef DEBUG
  19. #ifdef DEBUG
  20. #define D(c) c
  21. #else
  22. #define D(c)
  23. #endif
  24.  
  25. @interface Document:Object
  26. {
  27.     id    viewWindow;
  28.     id    fileRep;
  29. }
  30.  
  31. - init;
  32. - openFileNamed:(char *)path;
  33. - show:sender;
  34.  
  35. @end
  36.