This is MiscGaugeView_IB.m in view mode; [Download] [Up]
/* MiscGaugeView_IB.m created by todd on Sat 13-Jul-1996 */
#import <AppKit/AppKit.h>
#import "MiscGaugeView_IB.h"
@implementation MiscGaugeCell (IBInspector)
- (NSString *) inspectorClassName
{
return @"MiscGaugeViewInspector";
}
@end
@implementation MiscGaugeView (IBInspector)
- (NSString *) inspectorClassName
{
return @"MiscGaugeViewInspector";
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.