1 //
2 //  PXEmptyPropertiesView.h
3 //  Pixen-XCode
4 //
5 //  Created by Andy Matuschak on Sat Mar 13 2004.
6 //  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #ifndef __COCOA__
11 #import "PXToolPropertiesView.h"
12 #endif
13 
14 @interface PXEmptyPropertiesView : PXToolPropertiesView {
15 
16 }
17 
18 @end
19