// // kkRowCell.h // TaskExplorer // // Created by Patrick Wardle on 4/6/15. // Copyright (c) 2015 Objective-See. All rights reserved. // #import @interface kkRowCell : NSTableCellView { } /* PROPERTIES */ //tag @property NSInteger tag; //color @property(nonatomic, retain)NSColor* color; @end