1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// // HBVisualEffectBox.h // HandBrake // // Created by Toby on 21/08/14. // // #import <Cocoa/Cocoa.h> /** * The HBHUDView class implements simple views that can draw the background in the HUD style. */ @interface HBHUDView : NSView @end