WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / macosx / HBPictureViewController.h
blob4ee956fae601733e9890a77aa255ba90cb1b8aef
1 //
2 // HBPictureViewController.h
3 // HandBrake
4 //
5 // Created by Damiano Galassi on 24/07/15.
6 //
7 //
9 #import <Cocoa/Cocoa.h>
11 @class HBPicture;
12 @class HBFilters;
14 @interface HBPictureViewController : NSViewController
16 @property (nonatomic, readwrite, weak) HBPicture *picture;
17 @property (nonatomic, readwrite, weak) HBFilters *filters;
19 @end