2014-08-27 17:04:39 +00:00
|
|
|
/* HBHUDButtonCell.h $
|
|
|
|
|
|
|
|
This file is part of the HandBrake source code.
|
|
|
|
Homepage: <http://handbrake.fr/>.
|
|
|
|
It may be used under the terms of the GNU General Public License. */
|
2014-08-22 17:59:21 +00:00
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The HBHUDView class implements simple views that can draw the background in the HUD style.
|
|
|
|
*/
|
2018-06-08 16:59:25 +02:00
|
|
|
@interface HBHUDView : NSVisualEffectView
|
2014-08-22 17:59:21 +00:00
|
|
|
@end
|