1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    FirstResponder = {
4	Actions = (
5	    "orderFrontFontPanel:",
6	    "inspectorPopupDidChange:"
7	);
8	Super = NSObject;
9    };
10    PCProjectInspector = {
11	Actions = (
12	    "inspectorPopupDidChange:"
13	);
14	Outlets = (
15	    inspectorPanel,
16	    inspectorPopup,
17	    inspectorView,
18	    contentView
19	);
20	Super = NSObject;
21    };
22}