diff options
Diffstat (limited to 'macosx/HBApplication.h')
-rw-r--r-- | macosx/HBApplication.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx/HBApplication.h b/macosx/HBApplication.h new file mode 100644 index 000000000..2fbeab833 --- /dev/null +++ b/macosx/HBApplication.h @@ -0,0 +1,11 @@ +/* HBApplication.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> + +@interface HBApplication : NSApplication + +@end |