home *** CD-ROM | disk | FTP | other *** search
- /* AtomInspector.h
- *
- * This subclass of MiscInspectorWrapper inspects Atoms.
- *
- * Usage: You don't have to use this class directly.
- *
- * Written by: Thomas Engel
- * Created: 18.12.1993 (Copyleft)
- * Last modified: 08.02.1994
- */
-
- #import <misckit/MiscInspectorWrapper.h>
-
- @interface AtomInspector:MiscInspectorWrapper
-
- - (BOOL)doesHandleSelection;
-
- @end
-
- /*
- * History: 08.02.94 MiscInspector stuff conform.
- *
- * 18.12.93 First implementation. should work like this.
- *
- *
- * Bugs: not here...
- */