summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDIDResult.h
blob: ee0811e5b56d7c21961eae4269be6ad83c573e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//  SDLDIDResult.h
//

#import "SDLRPCMessage.h"

#import "SDLVehicleDataResultCode.h"


@interface SDLDIDResult : SDLRPCStruct

@property (strong) SDLVehicleDataResultCode resultCode;
@property (strong) NSNumber *didLocation;
@property (strong) NSString *data;

@end