// // NJRVendingImageView.h // DockCam // // Created by Nicholas Riley on Fri Jun 28 2002. // Copyright (c) 2002 Nicholas Riley. All rights reserved. // #import @interface NJRVendingImageView : NSImageView { } - (void)putImageOnPasteboard:(NSPasteboard *)pboard; @end