summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLChangeRegistrationResponse.h
blob: 20017d0660a04e69aef7f9ff468c3f5bd9521e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLChangeRegistrationResponse.h
//


#import "SDLRPCResponse.h"

/**
 * SDLChangeRegistrationResponse is sent, when SDLChangeRegistration has been called
 *
 * @since SDL 2.0
 */
@interface SDLChangeRegistrationResponse : SDLRPCResponse

@end