summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTireStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLTireStatus.h')
-rw-r--r--SmartDeviceLink/SDLTireStatus.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/SmartDeviceLink/SDLTireStatus.h b/SmartDeviceLink/SDLTireStatus.h
index 9912bb364..51e3a9db0 100644
--- a/SmartDeviceLink/SDLTireStatus.h
+++ b/SmartDeviceLink/SDLTireStatus.h
@@ -11,13 +11,13 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLTireStatus : SDLRPCStruct
-@property (strong) SDLWarningLightStatus pressureTelltale;
-@property (strong) SDLSingleTireStatus *leftFront;
-@property (strong) SDLSingleTireStatus *rightFront;
-@property (strong) SDLSingleTireStatus *leftRear;
-@property (strong) SDLSingleTireStatus *rightRear;
-@property (strong) SDLSingleTireStatus *innerLeftRear;
-@property (strong) SDLSingleTireStatus *innerRightRear;
+@property (strong, nonatomic) SDLWarningLightStatus pressureTelltale;
+@property (strong, nonatomic) SDLSingleTireStatus *leftFront;
+@property (strong, nonatomic) SDLSingleTireStatus *rightFront;
+@property (strong, nonatomic) SDLSingleTireStatus *leftRear;
+@property (strong, nonatomic) SDLSingleTireStatus *rightRear;
+@property (strong, nonatomic) SDLSingleTireStatus *innerLeftRear;
+@property (strong, nonatomic) SDLSingleTireStatus *innerRightRear;
@end