// // ZoomHQImageView.h // ZoomCocoa // // Created by Andrew Hunter on 14/01/2006. // Copyright 2006 Andrew Hunter. All rights reserved. // #import // // Class whose sole purpose is to increase the rendering quality of NSImageView // @interface ZoomHQImageView : NSImageView { } @end