summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSystemRequestResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSystemRequestResponse.h')
-rw-r--r--SmartDeviceLink/SDLSystemRequestResponse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSystemRequestResponse.h b/SmartDeviceLink/SDLSystemRequestResponse.h
index 805962d3c..306ad48ea 100644
--- a/SmartDeviceLink/SDLSystemRequestResponse.h
+++ b/SmartDeviceLink/SDLSystemRequestResponse.h
@@ -7,6 +7,11 @@
/** SDLSystemRequestResponse is sent, when SDLSystemRequest has been called.
* Since<b>SmartDeviceLink 3.0</b>
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLSystemRequestResponse : SDLRPCResponse
@end
+
+NS_ASSUME_NONNULL_END