diff options
Diffstat (limited to 'SmartDeviceLink/SDLAddSubMenuResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLAddSubMenuResponse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLAddSubMenuResponse.h b/SmartDeviceLink/SDLAddSubMenuResponse.h index b3124433b..17305aace 100644 --- a/SmartDeviceLink/SDLAddSubMenuResponse.h +++ b/SmartDeviceLink/SDLAddSubMenuResponse.h @@ -7,6 +7,11 @@ * SDLAddSubMenuResponse is sent, when SDLAddSubMenu has been called * Since <b>SmartDeviceLink 1.0</b> */ + +NS_ASSUME_NONNULL_BEGIN + @interface SDLAddSubMenuResponse : SDLRPCResponse @end + +NS_ASSUME_NONNULL_END |