This is MiscSwapKitPalette.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
#import "MiscSwapKit.subproj/MiscSwapView.h"
@interface MiscSwapKitPalette:IBPalette
{
    id	realSwapObject;
    id	swapImageView;
}
- finishInstantiate;
@end
// This only works because the default drawSelf in the MiscSwapView class
// doesn't do much anyways. Since it doesn't draw anything, you cannot 
// see the object in the palette window or anywhere in IB. This fixes that.
@interface MiscSwapView (IBDisplaying)
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.