home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Documents / OOPClass / Examples / Alert / MyObject.h < prev    next >
Encoding:
Text File  |  1992-08-13  |  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.