mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
|
{
|
||
|
IBClasses = (
|
||
|
{
|
||
|
CLASS = DetailsPanel;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {detailsTable = NSTableView; };
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
},
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
{
|
||
|
CLASS = TableView;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {py = PyApp; };
|
||
|
SUPERCLASS = NSTableView;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|