summaryrefslogtreecommitdiffstats
path: root/macosx/InstantHandBrake/WhiteBox.h
blob: 29632ce498f56b6df825820b2958fa38cd6930b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* WhiteBox

   This file is part of the HandBrake source code.
   Homepage: <http://handbrake.m0k.org/>.
   It may be used under the terms of the GNU General Public License. */

#import <Cocoa/Cocoa.h>

@interface WhiteBox : NSBox
{
}
@end