home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / NSNibDeclarations.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-09  |  257 b   |  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.