summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-12 10:19:00 +0200
committerDamiano Galassi <[email protected]>2019-08-12 10:19:00 +0200
commitc5a4d181ebedbdee2bdfefeffa28128d0b9c95c1 (patch)
tree635e3d036b7065987f29d38489838ceb6cdd11eb /macosx/HBSubtitlesController.h
parent76d08e5d4bb6287de03519cf43cc298d2d896a7a (diff)
MacGui: enable and fix more warnings. Review nullability annotations.
Diffstat (limited to 'macosx/HBSubtitlesController.h')
-rw-r--r--macosx/HBSubtitlesController.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx/HBSubtitlesController.h b/macosx/HBSubtitlesController.h
index 2be943cd8..cbf1fcbc2 100644
--- a/macosx/HBSubtitlesController.h
+++ b/macosx/HBSubtitlesController.h
@@ -8,11 +8,13 @@
@class HBSubtitles;
-/**
- * HBSubtitlesController
- */
+NS_ASSUME_NONNULL_BEGIN
+
@interface HBSubtitlesController : NSViewController
@property (nonatomic, readwrite, weak) HBSubtitles *subtitles;
@end
+
+NS_ASSUME_NONNULL_END
+