blob: 2bb3be6289400a1cbc84e8cc6ac48d4e93ab2013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {addStartupWorld = id; removeStartupWorld = id; };
CLASS = PreferencesController;
LANGUAGE = ObjC;
OUTLETS = {
theStartupItemsController = NSArrayController;
theStartupItemsTableView = NSTableView;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}
|