summaryrefslogtreecommitdiffstats
path: root/macosx/HBHUDView.h
blob: 9cea11ac49213bf0de13e45c92618338587cc4fd (plain)
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