mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
20 lines
294 B
Text
20 lines
294 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
GormGormWrapperLoader = {
|
||
|
Actions = (
|
||
|
);
|
||
|
Outlets = (
|
||
|
message,
|
||
|
textField,
|
||
|
panel
|
||
|
);
|
||
|
Super = GormWrapperLoader;
|
||
|
};
|
||
|
GormWrapperLoader = {
|
||
|
Actions = (
|
||
|
);
|
||
|
Outlets = (
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|