// // ZoomRatingCell.h // ZoomCocoa // // Created by Andrew Hunter on Thu Apr 15 2004. // Copyright (c) 2004 Andrew Hunter. All rights reserved. // #import @interface ZoomRatingCell : NSActionCell { NSRect currentFrame; } @end