summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
blob: ccef18cd1cbfd9b8a2c8ba9335f0864923361860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id: HBPreviewController.h,v 1.6 2005/04/14 20:40:05 titer Exp $

 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>

@class HBPreviewGenerator;
@class HBPicture;

@interface HBPreviewController : NSWindowController <NSWindowDelegate>

@property (nonatomic, strong) HBPreviewGenerator *generator;
@property (nonatomic, strong) HBPicture *picture;

@end