From 2cc18941fa64a74d0f86f00215f112d940266585 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Tue, 27 Dec 2016 11:53:11 +0100 Subject: MacGui: enable NSSecureCoding for the queue file. --- macosx/HBPictureHUDController.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'macosx/HBPictureHUDController.h') diff --git a/macosx/HBPictureHUDController.h b/macosx/HBPictureHUDController.h index 1a11d2063..b127347e8 100644 --- a/macosx/HBPictureHUDController.h +++ b/macosx/HBPictureHUDController.h @@ -8,6 +8,8 @@ #import #import "HBHUD.h" +NS_ASSUME_NONNULL_BEGIN + @protocol HBPictureHUDControllerDelegate - (void)displayPreviewAtIndex:(NSUInteger)idx; @@ -21,10 +23,12 @@ @property (nonatomic, nullable, assign) id delegate; -@property (nonatomic, nonnull) NSString *info; -@property (nonatomic, nonnull) NSString *scale; +@property (nonatomic, copy) NSString *info; +@property (nonatomic, copy) NSString *scale; @property (nonatomic) NSUInteger pictureCount; @property (nonatomic) NSUInteger selectedIndex; @end + +NS_ASSUME_NONNULL_END -- cgit v1.2.3