summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVehicleDataResult.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLVehicleDataResult.m')
-rw-r--r--SmartDeviceLink/SDLVehicleDataResult.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLVehicleDataResult.m b/SmartDeviceLink/SDLVehicleDataResult.m
index 60ed41805..3f4585076 100644
--- a/SmartDeviceLink/SDLVehicleDataResult.m
+++ b/SmartDeviceLink/SDLVehicleDataResult.m
@@ -6,6 +6,8 @@
#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLVehicleDataResult
- (void)setDataType:(SDLVehicleDataType)dataType {
@@ -25,3 +27,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END