apps-projectcenter/Modules/Debuggers/ProjectCenter/Resources/PCDebugger.gorm/data.classes
Gregory John Casamento 173eb165ac Beginnings of debugger interface.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27314 72102866-910b-0410-8b05-ffd578937521
2008-12-16 21:31:41 +00:00

18 lines
No EOL
249 B
Text

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