diff options
Diffstat (limited to 'SmartDeviceLink/SDLDebugToolConsole.h')
-rw-r--r-- | SmartDeviceLink/SDLDebugToolConsole.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLDebugToolConsole.h b/SmartDeviceLink/SDLDebugToolConsole.h index 75d541e16..941061851 100644 --- a/SmartDeviceLink/SDLDebugToolConsole.h +++ b/SmartDeviceLink/SDLDebugToolConsole.h @@ -4,9 +4,13 @@ #import <Foundation/Foundation.h> +NS_ASSUME_NONNULL_BEGIN + @protocol SDLDebugToolConsole <NSObject> @required - (void)logInfo:(NSString *)info; @end + +NS_ASSUME_NONNULL_END |