home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / OOP_Course / Examples / Alert / MyObject.h < prev    next >
Encoding:
Text File  |  1993-01-19  |  95 b   |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface MyObject:Object
  5. {
  6.     id display;
  7. }
  8.  
  9. - alert:sender;
  10.  
  11. @end
  12.