diff options
Diffstat (limited to 'SmartDeviceLink/SDLStreamDelegate.m')
-rw-r--r-- | SmartDeviceLink/SDLStreamDelegate.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamDelegate.m b/SmartDeviceLink/SDLStreamDelegate.m index 6c2db6c34..1e60fb3f5 100644 --- a/SmartDeviceLink/SDLStreamDelegate.m +++ b/SmartDeviceLink/SDLStreamDelegate.m @@ -5,6 +5,8 @@ #import "SDLStreamDelegate.h" #import "SDLDebugTool.h" +NS_ASSUME_NONNULL_BEGIN + @interface SDLStreamDelegate () { dispatch_queue_t _input_stream_queue; } @@ -90,3 +92,5 @@ SDLStreamEndHandler defaultStreamEndHandler = ^(NSStream *stream) { }; @end + +NS_ASSUME_NONNULL_END |