diff options
Diffstat (limited to 'SmartDeviceLink/SDLAlertManeuverResponse.m')
-rw-r--r-- | SmartDeviceLink/SDLAlertManeuverResponse.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLAlertManeuverResponse.m b/SmartDeviceLink/SDLAlertManeuverResponse.m index 60581be85..b66d13afe 100644 --- a/SmartDeviceLink/SDLAlertManeuverResponse.m +++ b/SmartDeviceLink/SDLAlertManeuverResponse.m @@ -5,6 +5,8 @@ #import "SDLNames.h" +NS_ASSUME_NONNULL_BEGIN + @implementation SDLAlertManeuverResponse - (instancetype)init { @@ -14,3 +16,5 @@ } @end + +NS_ASSUME_NONNULL_END |