1 //
2 //  PXTeensyHexView.h
3 //  Pixen-XCode
4 //
5 //  Created by Ian Henderson on 16.10.04.
6 //  Copyright 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <AppKit/NSView.h>
10 
11 
12 @interface PXTeensyHexView : NSView {
13 	id color;
14 }
15 
16 - (void)setColor:aColor;
17 
18 @end
19