summaryrefslogtreecommitdiffstats
path: root/macosx/HBThumbnailItemView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBThumbnailItemView.h')
-rw-r--r--macosx/HBThumbnailItemView.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/macosx/HBThumbnailItemView.h b/macosx/HBThumbnailItemView.h
index 0e57ba344..b6b79aa9a 100644
--- a/macosx/HBThumbnailItemView.h
+++ b/macosx/HBThumbnailItemView.h
@@ -9,11 +9,15 @@
#import <Cocoa/Cocoa.h>
#import "HBPreviewGenerator.h"
+NS_ASSUME_NONNULL_BEGIN
+
@interface HBThumbnailItemView : NSScrubberItemView
-@property (nonatomic) NSImage *thumbnail;
+@property (nonatomic, nullable) NSImage *thumbnail;
@property (nonatomic) NSUInteger thumbnailIndex;
@property (nonatomic, weak) HBPreviewGenerator *generator;
-
@end
+
+NS_ASSUME_NONNULL_END
+