root/trunk/Views/JVViewCell.h
| Revision 3072, 125 bytes (checked in by timothy, 3 years ago) | |
|---|---|
| |
| 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.
