summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r--macosx/HBPicture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h
index ee35f75eb..25394767f 100644
--- a/macosx/HBPicture.h
+++ b/macosx/HBPicture.h
@@ -13,7 +13,7 @@ extern NSString * const HBPictureChangedNotification;
/**
* HBPicture
*/
-@interface HBPicture : NSObject
+@interface HBPicture : NSObject <NSCoding>
- (instancetype)initWithTitle:(HBTitle *)title;
@@ -63,7 +63,7 @@ extern NSString * const HBPictureChangedNotification;
@property (nonatomic, readonly, getter=isKeepDisplayAspect) BOOL keepDisplayAspectEditable;
@property (nonatomic, readonly, getter=isCustomAnamorphicEnabled) BOOL customAnamorphicEnabled;
-@property (nonatomic, readonly) HBTitle *title;
+@property (nonatomic, readwrite, assign) HBTitle *title;
@end