Add nib files

This commit is contained in:
Nicholas Shanks 2002-02-07 22:13:14 +00:00
parent 5404d78e13
commit 298ab346f2
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = HexEditorDelegate;
LANGUAGE = ObjC;
OUTLETS = {
ascii = NSTextView;
hex = NSTextView;
message = NSTextField;
offset = NSTextView;
};
SUPERCLASS = NSObject;
},
{
CLASS = HexWindowController;
LANGUAGE = ObjC;
OUTLETS = {
ascii = NSTextView;
hex = NSTextView;
hexDelegate = HexEditorDelegate;
message = NSTextField;
offset = NSTextView;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>IBDocumentLocation</key>
<string>61 309 356 240 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<key>IBSystem Version</key>
<string>5P48</string>
</dict>
</plist>

Binary file not shown.