blob: 1503745e734a3c1f6e5523cbff2ff33df0ce07e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = LispREPLController;
LANGUAGE = ObjC;
OUTLETS = {theTextView = NSTextView; };
SUPERCLASS = NSWindowController;
},
{
CLASS = ScrollingTextView;
LANGUAGE = ObjC;
OUTLETS = {theResponder = NSResponder; };
SUPERCLASS = NSTextView;
}
);
IBVersion = 1;
}
|