home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter5_IB / IBDemo / OuchObject.h < prev    next >
Encoding:
Text File  |  1992-11-15  |  83 b   |  8 lines

  1. #import <objc/Object.h>
  2. @interface OuchObject:Object
  3. {
  4. }
  5.  
  6. - printOuch:sender;
  7. @end
  8.