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

  1. #import "OuchObject.h"
  2.  
  3. @implementation OuchObject
  4.  
  5. - printOuch:sender
  6. {
  7.     printf("Ouch!\n");
  8. }
  9. @end