diff options
author | Damiano Galassi <[email protected]> | 2019-07-25 08:12:35 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-25 08:12:35 +0200 |
commit | 30b59112b75ef6572615db032fb461d9e9c51fa2 (patch) | |
tree | 92c8598edf6d3dcf6f02565695c36b13db55e005 /macosx/HBFlippedClipView.h | |
parent | 5396c8b3bd401d4f574dc57de68cd4b3cc560d9f (diff) |
MacGui: store queue items statistics.
Diffstat (limited to 'macosx/HBFlippedClipView.h')
-rw-r--r-- | macosx/HBFlippedClipView.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/macosx/HBFlippedClipView.h b/macosx/HBFlippedClipView.h new file mode 100644 index 000000000..63db278af --- /dev/null +++ b/macosx/HBFlippedClipView.h @@ -0,0 +1,16 @@ +/* HBFlippedClipView.m + + 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> + +NS_ASSUME_NONNULL_BEGIN + +@interface HBFlippedClipView : NSClipView + +@end + +NS_ASSUME_NONNULL_END |