WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / macosx / HBChapterTitlesController.h
blob106261615b2666c1033aec0bf77b3f913e1edb1b
1 /* ChapterTitles.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 HBJob;
11 /**
12 * HBChapterTitlesController
14 @interface HBChapterTitlesController : NSViewController
16 @property (nonatomic, readwrite, weak) HBJob *job;
18 @end