summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSendLocationResponse.h
blob: 39d8a4ba27c99bf462f714f57aeb8aec094800b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
//  SDLSendLocationResponse.h
//  SmartDeviceLink-iOS

#import "SDLRPCResponse.h"

@interface SDLSendLocationResponse : SDLRPCResponse

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

@end