1 //
2 //  PXAboutPanel.h
3 //  Pixen-XCode
4 //
5 //  Created by Andy Matuschak on Sun Aug 01 2004.
6 //  Copyright (c) 2004 Open Sword Group. All rights reserved.
7 //
8 #import <AppKit/NSPanel.h>
9 
10 @interface PXAboutPanel : NSPanel {
11 
12 }
13 
14 @end
15