apps-gorm/English.lproj/GormSoundInspector.gorm/data.classes

22 lines
311 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
GormSoundInspector = {
Actions = (
"record:",
"pause:",
"play:",
"stop:"
);
Outlets = (
soundView
);
Super = IBInspector;
};
GormSoundView = {
Actions = (
);
Outlets = (
);
Super = NSView;
};
}