summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBVideo.h')
-rw-r--r--macosx/HBVideo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/HBVideo.h b/macosx/HBVideo.h
index 2b564d9be..9b593f869 100644
--- a/macosx/HBVideo.h
+++ b/macosx/HBVideo.h
@@ -9,6 +9,8 @@
@class HBJob;
+NS_ASSUME_NONNULL_BEGIN
+
extern NSString * const HBVideoChangedNotification;
/**
@@ -46,7 +48,9 @@ extern NSString * const HBVideoChangedNotification;
@property (nonatomic, readwrite) BOOL fastDecode;
-@property (nonatomic, readwrite, unsafe_unretained) HBJob *job;
+@property (nonatomic, readwrite, weak) HBJob *job;
@property (nonatomic, readonly) NSString *completeTune;
@end
+
+NS_ASSUME_NONNULL_END