summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAlertManeuverResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLAlertManeuverResponse.m')
-rw-r--r--SmartDeviceLink/SDLAlertManeuverResponse.m4
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