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

  1.  
  2. // NCTextView.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 <AppKit/AppKit.h>
  11.  
  12. @interface NCTextView:NSTextView
  13. @end
  14.