mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 13:44:37 +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;
|
|
} |