/* 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 * Copyright (C) 1995 Thomas Engel. */ #import @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... */