1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
// // HBHUDButtonCell.h // HandBrake // // Created by Damiano Galassi on 17/08/14. // // #import <Cocoa/Cocoa.h> /** * A subclass of NSButtonCell that draws the cell title * in white. */ @interface HBHUDButtonCell : NSButtonCell @end