// // PXEmptyPropertiesView.h // Pixen-XCode // // Created by Andy Matuschak on Sat Mar 13 2004. // Copyright (c) 2004 __MyCompanyName__. All rights reserved. // #import #ifndef __COCOA__ #import "PXToolPropertiesView.h" #endif @interface PXEmptyPropertiesView : PXToolPropertiesView { } @end