diff options
Diffstat (limited to 'macosx/HBTitleSelectionController.h')
-rw-r--r-- | macosx/HBTitleSelectionController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBTitleSelectionController.h b/macosx/HBTitleSelectionController.h index 3dda1984b..226340347 100644 --- a/macosx/HBTitleSelectionController.h +++ b/macosx/HBTitleSelectionController.h @@ -6,6 +6,8 @@ #import <Cocoa/Cocoa.h> +NS_ASSUME_NONNULL_BEGIN + @protocol HBTitleSelectionDelegate <NSObject> - (void)didSelectIndexes:(NSIndexSet *)indexes; @@ -17,3 +19,5 @@ - (instancetype)initWithTitles:(NSArray *)titles delegate:(id<HBTitleSelectionDelegate>)delegate; @end + +NS_ASSUME_NONNULL_END |