diff options
Diffstat (limited to 'macosx/HBTabView.h')
-rw-r--r-- | macosx/HBTabView.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/HBTabView.h b/macosx/HBTabView.h new file mode 100644 index 000000000..8efba02fe --- /dev/null +++ b/macosx/HBTabView.h @@ -0,0 +1,14 @@ +/* HBTabView + + 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> + +@interface HBTabView : NSTabView + +@property (nullable, assign) IBOutlet id<NSDraggingDestination> dropDelegate; + +@end |