HandBrake/macosx/HBChapterTitlesController.h

21 lines
387 B
Objective-C

/* ChapterTitles.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. */
#import <Cocoa/Cocoa.h>
@class HBJob;
NS_ASSUME_NONNULL_BEGIN
@interface HBChapterTitlesController : NSViewController
@property (nonatomic, readwrite, weak) HBJob *job;
@end
NS_ASSUME_NONNULL_END