diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2016-10-20 10:18:56 -0700 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2016-10-20 10:18:56 -0700 |
| commit | 3f7b58371fe706ab400bbe8fa33627d0aec362d8 (patch) | |
| tree | 168d4cac663c7efe2ca0451fdf4da350aaa0a69d /SmartDeviceLink/SDLSyncMsgVersion.h | |
| parent | a319ef8da9750c87737cb8c36131db9bd369288a (diff) | |
| download | sdl_ios-3f7b58371fe706ab400bbe8fa33627d0aec362d8.tar.gz | |
Initial commit of deprecated SDLRPCRequestFactory and added inits.
Diffstat (limited to 'SmartDeviceLink/SDLSyncMsgVersion.h')
| -rw-r--r-- | SmartDeviceLink/SDLSyncMsgVersion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSyncMsgVersion.h b/SmartDeviceLink/SDLSyncMsgVersion.h index 98b573eec..8e4e16eae 100644 --- a/SmartDeviceLink/SDLSyncMsgVersion.h +++ b/SmartDeviceLink/SDLSyncMsgVersion.h @@ -23,6 +23,8 @@ */ - (instancetype)initWithDictionary:(NSMutableDictionary *)dict; +- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion; + /** * @abstract The major version indicates versions that is not-compatible to previous versions * |
