diff options
Diffstat (limited to 'macosx/HBStateFormatter.h')
-rw-r--r-- | macosx/HBStateFormatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBStateFormatter.h b/macosx/HBStateFormatter.h index 49c3599e2..665853fea 100644 --- a/macosx/HBStateFormatter.h +++ b/macosx/HBStateFormatter.h @@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN /** * The title to show in the output info. */ -@property (nonatomic, readwrite, copy) NSString *title; +@property (nonatomic, readwrite, copy, nullable) NSString *title; /** * Break the output string in two lines. |