mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-21 11:29:31 +00:00
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
|
{
|
||
|
IBClasses = (
|
||
|
{
|
||
|
CLASS = ColrWindowController;
|
||
|
LANGUAGE = ObjC;
|
||
|
SUPERCLASS = NovaWindowController;
|
||
|
},
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
{
|
||
|
CLASS = NovaWindowController;
|
||
|
LANGUAGE = ObjC;
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|