1 /* PXImageView */
2 #import <AppKit/AppKit.h>
3 
4 @interface PXImageView : NSImageView
5 {
6 }
7 @end
8