mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-25 04:20:49 +00:00
11 lines
127 B
Text
11 lines
127 B
Text
|
{
|
||
|
GormCustomClassInspector = {
|
||
|
Actions = (
|
||
|
"select:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
browser
|
||
|
);
|
||
|
Super = IBInspector;
|
||
|
};
|
||
|
}
|