diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-09-20 10:28:09 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-09-20 10:28:09 -0400 |
commit | 74efe6658d369283fa1e950c919f98b136acf364 (patch) | |
tree | f95da09f48d849fc240975f80b8fc8db83bf4e0d /SmartDeviceLink/SDLSyncMsgVersion.h | |
parent | f3ab54fe82a1bf2c6000f148e295c66f17cb7081 (diff) | |
download | sdl_ios-74efe6658d369283fa1e950c919f98b136acf364.tar.gz |
Remove deprecated code
* Fixed a bug in `SDLConfiguration` and added additional tests
Diffstat (limited to 'SmartDeviceLink/SDLSyncMsgVersion.h')
-rw-r--r-- | SmartDeviceLink/SDLSyncMsgVersion.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLSyncMsgVersion.h b/SmartDeviceLink/SDLSyncMsgVersion.h index de5050889..87af0c1d3 100644 --- a/SmartDeviceLink/SDLSyncMsgVersion.h +++ b/SmartDeviceLink/SDLSyncMsgVersion.h @@ -14,10 +14,7 @@ NS_ASSUME_NONNULL_BEGIN @interface SDLSyncMsgVersion : SDLRPCStruct -// TODO: (Alex M.)[2016-12-1] Change from NSInteger to UInt8 -- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion __deprecated_msg("Use initWithMajorVersion:minorVersion:patchVersion: instead"); - -- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion patchVersion:(NSInteger)patchVersion; +- (instancetype)initWithMajorVersion:(UInt8)majorVersion minorVersion:(UInt8)minorVersion patchVersion:(UInt8)patchVersion; /** * @abstract The major version indicates versions that is not-compatible to previous versions |