diff options
Diffstat (limited to 'SmartDeviceLink/SDLGenericResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLGenericResponse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLGenericResponse.h b/SmartDeviceLink/SDLGenericResponse.h index 61e1f2c8d..74f1fa495 100644 --- a/SmartDeviceLink/SDLGenericResponse.h +++ b/SmartDeviceLink/SDLGenericResponse.h @@ -9,6 +9,11 @@ * retrieved. Only used in case of an error. Currently, only resultCode * INVALID_DATA is used. */ + +NS_ASSUME_NONNULL_BEGIN + @interface SDLGenericResponse : SDLRPCResponse @end + +NS_ASSUME_NONNULL_END |