summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLReadDID.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLReadDID.m')
-rw-r--r--SmartDeviceLink/SDLReadDID.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLReadDID.m b/SmartDeviceLink/SDLReadDID.m
index 27369aa84..c41ba5a8d 100644
--- a/SmartDeviceLink/SDLReadDID.m
+++ b/SmartDeviceLink/SDLReadDID.m
@@ -6,6 +6,8 @@
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLReadDID
- (instancetype)init {
@@ -51,3 +53,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END