home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / AlexNeXTSTEPSource / Source / Chapter5_IB / IBDemo / OuchObject.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  83 b   |  8 lines

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