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

#import "SDLRPCResponse.h"

NS_ASSUME_NONNULL_BEGIN

@interface SDLSendLocationResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END