summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLSyncMsgVersion.h
blob: 602411065a52ac7d61f0a5ea1128f1cf10a0cb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//  SDLSyncMsgVersion.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLRPCMessage.h"

@interface SDLSyncMsgVersion : SDLRPCStruct {}

-(id) init;
-(id) initWithDictionary:(NSMutableDictionary*) dict;

@property(strong) NSNumber* majorVersion;
@property(strong) NSNumber* minorVersion;

@end