root/trunk/Views/JVViewCell.h

Revision 3072, 125 bytes (checked in by timothy, 3 years ago)

Major file system restructuring of the code files.

  • Property svn:executable set to *
Line 
1 @interface JVViewCell : NSCell {
2     @private
3     NSView *_view;
4 }
5 - (void) setView:(NSView *) view;
6 - (NSView *) view;
7 @end
Note: See TracBrowser for help on using the browser.