diff options
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r-- | macosx/HBController.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h index fa8a9ac42..4b951fd90 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -12,6 +12,8 @@ @class HBJob; +NS_ASSUME_NONNULL_BEGIN + @interface HBController : NSWindowController - (instancetype)initWithDelegate:(HBAppDelegate *)delegate queue:(HBQueue *)queue presetsManager:(HBPresetsManager *)manager; @@ -42,5 +44,7 @@ - (IBAction)deletePreset:(id)sender; - (IBAction)reloadPreset:(id)sender; - @end + +NS_ASSUME_NONNULL_END + |