summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2020-12-21 11:25:58 +0200
committerleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2020-12-21 11:25:58 +0200
commit0e4fba547916d4585ed79afe0dc64996d74d672f (patch)
tree15206f824ec328ff779d5a24a9da7cbc5a5283c7
parent191a20706af9f108e6065e4d4847a28219c25cb0 (diff)
downloadsdl_ios-0e4fba547916d4585ed79afe0dc64996d74d672f.tar.gz
0236 'Update mismatch in TireStatus structure': remove tag 'Required' from comments.
-rw-r--r--SmartDeviceLink/public/SDLTireStatus.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/SmartDeviceLink/public/SDLTireStatus.h b/SmartDeviceLink/public/SDLTireStatus.h
index a476dc5e1..067b47ab0 100644
--- a/SmartDeviceLink/public/SDLTireStatus.h
+++ b/SmartDeviceLink/public/SDLTireStatus.h
@@ -16,50 +16,36 @@ NS_ASSUME_NONNULL_BEGIN
/**
Status of the Tire Pressure Telltale. See WarningLightStatus.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLWarningLightStatus pressureTelltale;
/**
The status of the left front tire.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLSingleTireStatus *leftFront;
/**
The status of the right front tire.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLSingleTireStatus *rightFront;
/**
The status of the left rear tire.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLSingleTireStatus *leftRear;
/**
The status of the right rear tire.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLSingleTireStatus *rightRear;
/**
The status of the inner left rear tire.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLSingleTireStatus *innerLeftRear;
/**
The status of the innter right rear tire.
-
- Required
*/
@property (strong, nonatomic, nullable) SDLSingleTireStatus *innerRightRear;