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


#import "SDLRPCResponse.h"

@interface SDLReadDIDResponse : SDLRPCResponse {}

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

@property(strong) NSMutableArray* didResult;

@end