1 //
2 //  PXRectangleToolPropertiesView.h
3 //  Pixen-XCode
4 //
5 //  Created by Andy Matuschak on Sat Mar 13 2004.
6 //  Copyright (c) 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <AppKit/AppKit.h>
10 #import "PXRectangleToolPropertiesView.h"
11 
12 
13 @interface PXEllipseToolPropertiesView : PXRectangleToolPropertiesView
14 {
15 
16 }
17 
18 @end
19