apps-projectcenter/Modules/Editors/ProjectCenter/Resources/LineJumper.gorm/data.classes

19 lines
279 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"goToLine:"
);
Super = NSObject;
};
LineJumper = {
Actions = (
"goToLine:"
);
Outlets = (
lineField,
goToButton
);
Super = NSObject;
};
}