summaryrefslogtreecommitdiffstats
path: root/macosx/HBSummaryViewController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-11-10 15:10:17 +0100
committerDamiano Galassi <[email protected]>2017-11-10 15:10:17 +0100
commitd6d90d5d6db66a15f38662740f54b3fc5aae8001 (patch)
tree4e34dd7b204e3b525ee1e55be97dab910f99e196 /macosx/HBSummaryViewController.h
parentc0ccf7426cd5610bd9afd422c4af147e16ed599b (diff)
MacGui: move the format options to the summary tab.
Diffstat (limited to 'macosx/HBSummaryViewController.h')
-rw-r--r--macosx/HBSummaryViewController.h15
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