summaryrefslogtreecommitdiffstats
path: root/macosx/HBTabView.h
blob: 8efba02feab02a43557c372c7e57f6e1aa7ffb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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