mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-05 03:41:50 +02:00
39 lines
No EOL
1,009 B
Text
39 lines
No EOL
1,009 B
Text
{
|
|
IBClasses = (
|
|
{
|
|
CLASS = FirstResponder;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
CLASS = NSApplication;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSResponder;
|
|
},
|
|
{
|
|
CLASS = NSObject;
|
|
LANGUAGE = ObjC;
|
|
},
|
|
{
|
|
ACTIONS = {
|
|
installUpdate = id;
|
|
remindMeLater = id;
|
|
skipThisVersion = id;
|
|
};
|
|
CLASS = SUUpdateAlert;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
delegate = id;
|
|
description = NSTextField;
|
|
releaseNotesView = WebView;
|
|
};
|
|
SUPERCLASS = SUWindowController;
|
|
},
|
|
{
|
|
CLASS = SUWindowController;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |