mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 17:30:15 +00:00
17 lines
542 B
Plaintext
17 lines
542 B
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {acceptPrefs = id; cancelPrefs = id; resetToDefault = id; };
|
|
CLASS = PrefsWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
autosaveIntervalField = NSTextField;
|
|
dataProtectionMatrix = NSMatrix;
|
|
launchActionMatrix = NSMatrix;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |