diff options
author | Damiano Galassi <[email protected]> | 2017-11-10 15:10:17 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-10 15:10:17 +0100 |
commit | d6d90d5d6db66a15f38662740f54b3fc5aae8001 (patch) | |
tree | 4e34dd7b204e3b525ee1e55be97dab910f99e196 /macosx/HBSummaryViewController.h | |
parent | c0ccf7426cd5610bd9afd422c4af147e16ed599b (diff) |
MacGui: move the format options to the summary tab.
Diffstat (limited to 'macosx/HBSummaryViewController.h')
-rw-r--r-- | macosx/HBSummaryViewController.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macosx/HBSummaryViewController.h b/macosx/HBSummaryViewController.h new file mode 100644 index 000000000..912fb2f3f --- /dev/null +++ b/macosx/HBSummaryViewController.h @@ -0,0 +1,15 @@ +/* HBSummaryViewController.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; + +@interface HBSummaryViewController : NSViewController + +@property (nonatomic, readwrite, weak) HBJob *job; + +@end |