// // TagTextField.h // Task Views // // Created by Chris Karr on 3/13/09. // Copyright 2009 Chris J. Karr. All rights reserved. // #import @interface TagButton : NSButton { NSDictionary * task; NSColor * color; } @property(retain) NSDictionary * task; @property(retain) NSColor * color; @end