summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLECallInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLECallInfo.h')
-rw-r--r--SmartDeviceLink/SDLECallInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLECallInfo.h b/SmartDeviceLink/SDLECallInfo.h
index a4db87cb0..75d88f309 100644
--- a/SmartDeviceLink/SDLECallInfo.h
+++ b/SmartDeviceLink/SDLECallInfo.h
@@ -6,6 +6,7 @@
#import "SDLECallConfirmationStatus.h"
#import "SDLVehicleDataNotificationStatus.h"
+NS_ASSUME_NONNULL_BEGIN
@interface SDLECallInfo : SDLRPCStruct
@@ -14,3 +15,5 @@
@property (strong, nonatomic) SDLECallConfirmationStatus eCallConfirmationStatus;
@end
+
+NS_ASSUME_NONNULL_END