home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / MiscClassDecoder / MiscClassDecoder.bproj / MiscClassDecoderSetup.h < prev    next >
Encoding:
Text File  |  1994-11-26  |  781 b   |  35 lines

  1. //
  2. // Time-stamp: <94/11/26 18:02:32 stephan>
  3. //
  4. //    MiscClassDecoderSetup.h -- load a MiscClassDecoder window into
  5. //    any application.
  6. //    
  7. //        Written by Stephan Wacker <stephan@rodion.muc.de>
  8. //        Copyright (c) 1994 by Stephan Wacker.
  9. //        Version 1.0  All rights reserved.
  10. //
  11. //        This notice may not be removed from this source code.
  12. //
  13. //    This object is included in the MiscKit by permission from the author
  14. //    and its use is governed by the MiscKit license, found in the file
  15. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  16. //    for a list of all applicable permissions and restrictions.
  17. //    
  18.  
  19.  
  20. #import <appkit/appkit.h>
  21.  
  22.  
  23. @interface MiscClassDecoderSetup : Object
  24. {
  25.     id        window;
  26.     id        decoder;
  27. }
  28.  
  29.  
  30. - window;
  31. - decoder;
  32.  
  33.  
  34. @end    // MiscClassDecoderSetup
  35.