mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-23 11:44:03 +00:00
15 lines
535 B
Plaintext
15 lines
535 B
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{CLASS = MyDocument; LANGUAGE = ObjC; SUPERCLASS = NSDocument; },
|
|
{CLASS = VLDocument; LANGUAGE = ObjC; SUPERCLASS = NSDocument; },
|
|
{
|
|
ACTIONS = {hideFieldEditor = id; setDivisions = id; setKey = id; setTime = id; };
|
|
CLASS = VLSheetView;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {fFieldEditor = id; };
|
|
SUPERCLASS = NSView;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |