summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewViewController.h
blob: d3101a540c7dcb21da4e1bd1707af3f3d33f0c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  HBPreviewViewController.h
//  HandBrake
//
//  Created by Damiano Galassi on 14/12/2017.
//

#import <Cocoa/Cocoa.h>

@class HBPreviewGenerator;
@class HBPreviewController;

@interface HBPreviewViewController : NSViewController

@property (nonatomic, readwrite, weak, nullable) HBPreviewGenerator *generator;

- (void)update;

@end