summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGetAppServiceDataResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLGetAppServiceDataResponse.h')
-rw-r--r--SmartDeviceLink/SDLGetAppServiceDataResponse.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLGetAppServiceDataResponse.h b/SmartDeviceLink/SDLGetAppServiceDataResponse.h
index 6057ed0c8..b5e47e104 100644
--- a/SmartDeviceLink/SDLGetAppServiceDataResponse.h
+++ b/SmartDeviceLink/SDLGetAppServiceDataResponse.h
@@ -17,6 +17,14 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLGetAppServiceDataResponse : SDLRPCResponse
/**
+ * Convenience init.
+ *
+ * @param serviceData Contains all the current data of the app service
+ * @return A SDLGetAppServiceDataResponse object
+ */
+- (instancetype)initWithAppServiceData:(SDLAppServiceData *)serviceData;
+
+/**
* Contains all the current data of the app service.
*
* SDLAppServiceData, Required