From f8344b6baf9a380c6f6a88359c8f20437fa72426 Mon Sep 17 00:00:00 2001 From: "Muller, Alexander (A.)" Date: Thu, 22 Dec 2016 14:01:20 -0500 Subject: Added nullability annotations for notifications --- SmartDeviceLink/SDLOnLockScreenStatus.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SmartDeviceLink/SDLOnLockScreenStatus.m') diff --git a/SmartDeviceLink/SDLOnLockScreenStatus.m b/SmartDeviceLink/SDLOnLockScreenStatus.m index 437cee85c..fdd36d7d2 100644 --- a/SmartDeviceLink/SDLOnLockScreenStatus.m +++ b/SmartDeviceLink/SDLOnLockScreenStatus.m @@ -8,6 +8,7 @@ #import "SDLHMILevel.h" #import "SDLLockScreenStatus.h" +NS_ASSUME_NONNULL_BEGIN @implementation SDLOnLockScreenStatus @@ -68,3 +69,5 @@ } @end + +NS_ASSUME_NONNULL_END -- cgit v1.2.1