mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-01 07:30:45 +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;
|
|
} |