home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter6_Events / DelegateDemo / WindowDelegate.h < prev    next >
Encoding:
Text File  |  1993-04-08  |  95 b   |  10 lines

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