ResKnife/Cocoa/Plug-Ins/Hex Editor/English.lproj/HexWindow.nib/classes.nib
Nicholas Shanks 298ab346f2 Add nib files
2002-02-07 22:13:14 +00:00

29 lines
822 B
Plaintext

{
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;
}