1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    FirstResponder = {
4	Actions = (
5	    "orderFrontFontPanel:",
6	    "removeAction:",
7	    "addAction:"
8	);
9	Super = NSObject;
10    };
11    GormPalettesPref = {
12	Actions = (
13	    "removeAction:",
14	    "addAction:"
15	);
16	Outlets = (
17	    _view,
18	    window,
19	    removeButton,
20	    addButton,
21	    table
22	);
23	Super = NSObject;
24    };
25    PaletteDataSource = {
26	Actions = (
27	);
28	Outlets = (
29	);
30	Super = NSObject;
31    };
32}