aboutsummaryrefslogtreecommitdiffstats
path: root/English.lproj/World.nib/classes.nib
diff options
context:
space:
mode:
Diffstat (limited to 'English.lproj/World.nib/classes.nib')
-rw-r--r--English.lproj/World.nib/classes.nib27
1 files changed, 27 insertions, 0 deletions
diff --git a/English.lproj/World.nib/classes.nib b/English.lproj/World.nib/classes.nib
new file mode 100644
index 0000000..ed5f345
--- /dev/null
+++ b/English.lproj/World.nib/classes.nib
@@ -0,0 +1,27 @@
+{
+ IBClasses = (
+ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {
+ CLASS = ScrollingTextView;
+ LANGUAGE = ObjC;
+ OUTLETS = {theResponder = NSResponder; };
+ SUPERCLASS = NSTextView;
+ },
+ {
+ ACTIONS = {close = id; open = id; };
+ CLASS = World;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ closeDelegate = id;
+ theConnectButton = NSButton;
+ theInputView = ScrollingTextView;
+ theOutputView = ScrollingTextView;
+ theProgressIndicator = NSProgressIndicator;
+ theRoomField = NSTextField;
+ theSplitView = NSSplitView;
+ };
+ SUPERCLASS = NSDocument;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file