1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    FirstResponder = {
4	Actions = (
5	    "setCurrentInspector:"
6	);
7	Super = NSObject;
8    };
9    GormInspectorsManager = {
10	Actions = (
11	    "setCurrentInspector:"
12	);
13	Outlets = (
14	    panel,
15	    popup,
16	    selectionView,
17	    inspectorView
18	);
19	Super = IBInspectorManager;
20    };
21    IBInspectorManager = {
22	Actions = (
23	);
24	Outlets = (
25	    currentMode,
26	    selectedObject
27	);
28	Super = NSObject;
29    };
30}