apps-projectcenter/Framework/English.lproj/BuilderPanel.gorm/data.classes

30 lines
485 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"showProjectInspector:",
"showFindView:",
"showProjectBuild:",
"showProjectLaunch:",
"showProjectLoadedFiles:"
);
Super = NSObject;
};
PCProjectBuilderPanel = {
Actions = (
);
Outlets = (
contentBox,
emptyBox,
panel
);
Super = NSPanel;
};
PCSplitView = {
Actions = (
);
Outlets = (
);
Super = NSSplitView;
};
}