// // HBHUDButtonCell.h // HandBrake // // Created by Damiano Galassi on 17/08/14. // // #import /** * A subclass of NSButtonCell that draws the cell title * in white. */ @interface HBHUDButtonCell : NSButtonCell @end