summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDebugTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDebugTool.h')
-rw-r--r--SmartDeviceLink/SDLDebugTool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLDebugTool.h b/SmartDeviceLink/SDLDebugTool.h
index 98ddc6c77..9cb588edd 100644
--- a/SmartDeviceLink/SDLDebugTool.h
+++ b/SmartDeviceLink/SDLDebugTool.h
@@ -25,6 +25,8 @@ typedef NS_ENUM(UInt8, SDLDebugOutput) {
};
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLDebugTool : NSObject {
}
@@ -49,3 +51,5 @@ typedef NS_ENUM(UInt8, SDLDebugOutput) {
@end
+
+NS_ASSUME_NONNULL_END