HandBrake/macosx/HBPictureViewController.h

21 lines
401 B
Objective-C

/* HBPictureViewController.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>
@class HBPicture;
NS_ASSUME_NONNULL_BEGIN
@interface HBPictureViewController : NSViewController
@property (nonatomic, readwrite, weak) HBPicture *picture;
@end
NS_ASSUME_NONNULL_END