This is MiscArrowButton_IB.m in view mode; [Download] [Up]
/* MiscArrowButton_IB.m created by todd on Thu 11-Jul-1996 */ #import <AppKit/AppKit.h> #import "MiscArrowButton_IB.h" @implementation MiscArrowButtonCell (IBInspector) - (NSString *) inspectorClassName { return @"MiscArrowButtonInspector"; } - (NSString *) editorClassName { return @"<sigh> When will we get to use this?"; } @end @implementation MiscArrowButton (IBInspector) - (NSString *) inspectorClassName { return @"MiscArrowButtonInspector"; } - (NSString *) editorClassName { return @"<sigh> When will we get to use this?"; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.