mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 20:01:05 +00:00
17 lines
274 B
Text
17 lines
274 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"orderFrontFontPanel:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
PCLibraryProject = {
|
||
|
Actions = (
|
||
|
);
|
||
|
Outlets = (
|
||
|
projectAttributesView
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|