mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-23 11:44:03 +00:00
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {playNewPitch = id; selectLilypondPath = id; };
|
|
CLASS = VLAppController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {lilypondPath = id; };
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |