mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
CLASS = LilypondLogWin;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {fLog = id; };
|
|
SUPERCLASS = NSWindowController;
|
|
},
|
|
{
|
|
CLASS = VLLogWindow;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {log = id; };
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |