This is MyObjectInspector.h in view mode; [Download] [Up]
//---------------------------------------------------------------------------------------------------------
//
// MyObjectInspector
//
// Inherits From: IBInspector
//
// Declared In: MyObjectInspector.h
//
// Class Description
//
// This class manages IB Attributes inspection for an instance
// of the MyObject class. It is owner of MyObjectInspector.nib.
//
// Disclaimer
//
// You may freely copy, distribute and reuse this software and its
// associated documentation. I disclaim any warranty of any kind,
// expressed or implied, as to its fitness for any particular use.
//
//---------------------------------------------------------------------------------------------------------
#import <apps/InterfaceBuilder.h>
@interface MyObjectInspector: IBInspector <IBInspectors>
{
id stateText;
id stateSlider;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.