home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Headers / misckit / MiscMultiSelInspector.h < prev    next >
Encoding:
Text File  |  1994-03-23  |  735 b   |  30 lines

  1. /* MiscMultiSelInspector.h                 
  2.  *
  3.  * This default inspector comes up when there is a Multi Selection.
  4.  *
  5.  * Usage: Just use it.
  6.  *
  7.  * Written by:         Thomas Engel
  8.  * Created:            09.02.1994 (Copyright 1994 Thomas Engel)
  9.  * Last modified:     09.02.1994
  10.  */
  11.  
  12. //    This object is included in the MiscKit by permission from the author
  13. //    and its use is governed by the MiscKit license, found in the file
  14. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  15. //    for a list of all applicable permissions and restrictions.
  16.  
  17. #import <misckit/MiscDefaultInspector.h>
  18.  
  19. @interface MiscMultiSelInspector:MiscDefaultInspector
  20.  
  21. - (BOOL)doesHandleSelection;
  22.  
  23. @end
  24.  
  25. /*
  26.  * History: 09.02.1994 First code entered.
  27.  *
  28.  *
  29.  * Bugs: - No.
  30.  */