WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / macosx / HBAudioDefaultsController.h
blob63e18d515b849bac7107deaef4622474303f58ea
1 /* HBAudioDefaultsController.h $
3 This file is part of the HandBrake source code.
4 Homepage: <http://handbrake.fr/>.
5 It may be used under the terms of the GNU General Public License. */
7 #import <Cocoa/Cocoa.h>
9 @class HBAudioDefaults;
11 @interface HBAudioDefaultsController : NSWindowController
13 - (instancetype)initWithSettings:(HBAudioDefaults *)settings;
15 @end