source: trunk/Cocoa/DockCam/NJRVendingImageView.h@ 326

Last change on this file since 326 was 5, checked in by Nicholas Riley, 22 years ago

Initial import.

File size: 293 bytes
Line 
1//
2// NJRVendingImageView.h
3// DockCam
4//
5// Created by Nicholas Riley on Fri Jun 28 2002.
6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface NJRVendingImageView : NSImageView {
13}
14
15- (void)putImageOnPasteboard:(NSPasteboard *)pboard;
16
17@end
Note: See TracBrowser for help on using the repository browser.