mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
20 lines
292 B
Text
20 lines
292 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"update:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
GormObjectInspector = {
|
||
|
Actions = (
|
||
|
"update:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
browser,
|
||
|
label,
|
||
|
value
|
||
|
);
|
||
|
Super = IBInspector;
|
||
|
};
|
||
|
}
|