apps-projectcenter/Modules/Debuggers/ProjectCenter/Resources/PCDebugger.gorm/data.classes
Gregory John Casamento c35bd787df Changes for gorm file and debugger class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27382 72102866-910b-0410-8b05-ffd578937521
2008-12-22 00:09:23 +00:00

19 lines
No EOL
271 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
PCDebugger = {
Actions = (
);
Outlets = (
debuggerView,
debuggerWindow
);
Super = NSObject;
};
PCDebuggerView = {
Actions = (
);
Outlets = (
);
Super = NSTextView;
};
}