home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 02.alert / MyObject.h < prev    next >
Encoding:
Text File  |  1993-01-19  |  118 b   |  13 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyObject:Object
  7. {
  8. }
  9.  
  10. - alert:sender;
  11.  
  12. @end
  13.