summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLightState.h
diff options
context:
space:
mode:
authorMarkos Rapitis <mrapitis@ford.com>2018-07-31 09:29:44 -0400
committerMarkos Rapitis <mrapitis@ford.com>2018-07-31 09:29:44 -0400
commit04d88155f723a40ff79657279c961aeb3f768249 (patch)
treea5bef4f36e6359f8d28352bc9433321951cb7519 /SmartDeviceLink/SDLLightState.h
parent4ac55a992981c2d0e3b5f5eaef3cd3d25d7b5d18 (diff)
downloadsdl_ios-04d88155f723a40ff79657279c961aeb3f768249.tar.gz
More changes for review comments.
Diffstat (limited to 'SmartDeviceLink/SDLLightState.h')
-rw-r--r--SmartDeviceLink/SDLLightState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLLightState.h b/SmartDeviceLink/SDLLightState.h
index 99cf910b0..cbec342d6 100644
--- a/SmartDeviceLink/SDLLightState.h
+++ b/SmartDeviceLink/SDLLightState.h
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
@param status Reflects the status of Light.
@return An instance of the SDLLightState class
*/
-- (instancetype)initWithID:(SDLLightName)id status:(SDLLightStatus)status;
+- (instancetype)initWithId:(SDLLightName)id status:(SDLLightStatus)status;
/**
Constructs a newly allocated SDLLightState object with given parameters
@@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
@param sRGBColor Reflects the color of Light.
@return An instance of the SDLLightState class
*/
-- (instancetype)initWithID:(SDLLightName)id status:(SDLLightStatus)status density:(double)density sRGBColor:(SDLSRGBColor *)sRGBColor;
+- (instancetype)initWithId:(SDLLightName)id status:(SDLLightStatus)status density:(double)density sRGBColor:(SDLSRGBColor *)sRGBColor;
/**
* @abstract The name of a light or a group of lights