summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStartTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLStartTime.h')
-rw-r--r--SmartDeviceLink/SDLStartTime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLStartTime.h b/SmartDeviceLink/SDLStartTime.h
index 79fa5ddf8..5fbc0e987 100644
--- a/SmartDeviceLink/SDLStartTime.h
+++ b/SmartDeviceLink/SDLStartTime.h
@@ -23,21 +23,21 @@ NS_ASSUME_NONNULL_BEGIN
*
* Required, Integer, 0 - 59
*/
-@property (strong) NSNumber<SDLInt> *hours;
+@property (strong, nonatomic) NSNumber<SDLInt> *hours;
/**
* @abstract The minute of the media clock
*
* Required, Integer, 0 - 59
*/
-@property (strong) NSNumber<SDLInt> *minutes;
+@property (strong, nonatomic) NSNumber<SDLInt> *minutes;
/**
* @abstract The second of the media clock
*
* Required, Integer, 0 - 59
*/
-@property (strong) NSNumber<SDLInt> *seconds;
+@property (strong, nonatomic) NSNumber<SDLInt> *seconds;
@end