home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-Developer.iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Headers / NSNibDeclarations.h < prev    next >
C/C++ Source or Header  |  1996-10-17  |  257b  |  19 lines

  1. /*
  2.         NSNibDeclarations.h
  3.         Application Kit
  4.         Copyright (c) 1996, NeXT Software, Inc.
  5.         All rights reserved.
  6. */
  7.  
  8. #ifndef STRICT_OPENSTEP
  9.  
  10. #ifndef IBOutlet
  11. #define IBOutlet
  12. #endif
  13.  
  14. #ifndef IBAction
  15. #define IBAction void
  16. #endif
  17.  
  18. #endif
  19.