mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-19 19:33:41 +00:00
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
|
{
|
||
|
IBClasses = (
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
{
|
||
|
ACTIONS = {clearHistory = id; };
|
||
|
CLASS = WatcherWindowController;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {mEventHistoryController = NSArrayController; };
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|