// // HistogramBlockView.h // Task Views // // Created by Chris Karr on 3/18/09. // Copyright 2009 __MyCompanyName__. All rights reserved. // #import @interface HistogramBlockView : NSView { NSDictionary * task; NSNumber * highlighted; NSDate * lastDown; NSTrackingRectTag tag; } @property(retain) NSDictionary * task; @property(retain) NSNumber * highlighted; @property(retain) NSDate * lastDown; @end