home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / NCCompletionDictionary-2.6 / NCRuntimeHacks.h < prev    next >
Encoding:
Text File  |  1997-08-10  |  297 b   |  15 lines

  1.  
  2. // NCRuntimeHacks.h
  3. //
  4. // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
  5. // Copyright (c)1997
  6. //
  7. // This file is distributed under the terms of the
  8. // GNU General Public License.
  9.  
  10. #import <Foundation/Foundation.h>
  11.  
  12. @interface NSObject (NCRuntimeHacks)
  13. - (void)setClass:(Class)aClass;
  14. @end
  15.