1 //
2 //  PXColorWellCell.h
3 //  Pixen-XCode
4 //
5 //  Created by Joe Osborn on Thu Apr 22 2004.
6 //  Copyright (c) 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <AppKit/AppKit.h>
10 #import "SubviewTableViewCell.h"
11 
12 @interface PXColorWellCell : SubviewTableViewCell
13 {
14 }
15 - (void)setColor:color;
16 @end
17