summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSyncMsgVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSyncMsgVersion.h')
-rw-r--r--SmartDeviceLink/SDLSyncMsgVersion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLSyncMsgVersion.h b/SmartDeviceLink/SDLSyncMsgVersion.h
index 961a5aaab..7f94afdbf 100644
--- a/SmartDeviceLink/SDLSyncMsgVersion.h
+++ b/SmartDeviceLink/SDLSyncMsgVersion.h
@@ -22,13 +22,13 @@ NS_ASSUME_NONNULL_BEGIN
*
* Required, Integer, 1 - 10
*/
-@property (strong) NSNumber<SDLInt> *majorVersion;
+@property (strong, nonatomic) NSNumber<SDLInt> *majorVersion;
/**
* @abstract The minor version indicates a change to a previous version that should still allow to be run on an older version (with limited functionality)
*
* Required, Integer, 0 - 1000
*/
-@property (strong) NSNumber<SDLInt> *minorVersion;
+@property (strong, nonatomic) NSNumber<SDLInt> *minorVersion;
@end