summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDialNumberResponse.h
blob: 1270751ac845684091af70dd6db407542bd563e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  SDLDialNumberResponse.h
//  SmartDeviceLink-iOS

#import "SDLRPCResponse.h"

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

@end