summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDialNumberResponse.h
blob: 7f8dfaa14839db32ee4b2034f50ec946bfc60eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  SDLDialNumberResponse.h
//  SmartDeviceLink-iOS

#import "SDLRPCResponse.h"

/**
 Indicates the result, success, or failure of the SDLDialNumber request.
 
 @since SDL 4.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLDialNumberResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END