summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnLockScreenStatus.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnLockScreenStatus.m')
-rw-r--r--SmartDeviceLink/SDLOnLockScreenStatus.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLOnLockScreenStatus.m b/SmartDeviceLink/SDLOnLockScreenStatus.m
index 94b26aac9..77b8c5848 100644
--- a/SmartDeviceLink/SDLOnLockScreenStatus.m
+++ b/SmartDeviceLink/SDLOnLockScreenStatus.m
@@ -9,6 +9,8 @@
#import "SDLHMILevel.h"
#import "SDLLockScreenStatus.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLOnLockScreenStatus
- (instancetype)init {
@@ -50,3 +52,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END