summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAppHMIType.h
diff options
context:
space:
mode:
authorjames <james@jamess-MacBook-Pro.local>2017-08-14 13:04:34 -0400
committerjames <james@jamess-MacBook-Pro.local>2017-08-14 13:04:34 -0400
commit95dbde54cbc03a0aec2901f98cb74758756bc32f (patch)
tree822c2df7e750dcd01ee1c51f57fac37f5733fac1 /SmartDeviceLink/SDLAppHMIType.h
parent88190e21888425beceb1ca61c51f69b7968b8633 (diff)
downloadsdl_ios-95dbde54cbc03a0aec2901f98cb74758756bc32f.tar.gz
Added remote control RPCs and unit tests
Diffstat (limited to 'SmartDeviceLink/SDLAppHMIType.h')
-rw-r--r--SmartDeviceLink/SDLAppHMIType.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLAppHMIType.h b/SmartDeviceLink/SDLAppHMIType.h
index 2c02fe498..021f324e3 100644
--- a/SmartDeviceLink/SDLAppHMIType.h
+++ b/SmartDeviceLink/SDLAppHMIType.h
@@ -62,3 +62,7 @@ extern SDLAppHMIType const SDLAppHMITypeTesting;
* @abstract System App
*/
extern SDLAppHMIType const SDLAppHMITypeSystem;
+
+/**
+ * @abstract Remote control */
+extern SDLAppHMIType const SDLAppHMITypeRemoteControl;