ftp.nice.ch/pub/next/tools/dock/MonsterShelf.1.0.s.tar.gz#/MonsterShelf-1/IconDragView.h

This is IconDragView.h in view mode; [Download] [Up]

#import "IconView.h"
#import <appkit/appkit.h>

@interface IconDragView : IconView
{
    id			altImage;
    NXDragOperation	lastDragOp;
    dev_t		device;
    BOOL		removable;
}

- (NXDragOperation) dragOperationForContext:(id <NXDraggingInfo>) dragInfo;
- (BOOL) isOnRemovableMedia;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.