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


#import "SDLRPCResponse.h"

/**
 * Unregister AppInterface Response is sent, when SDLUnregisterAppInterface has been called
 *
 * @since SmartDeviceLink 1.0
 */
@interface SDLUnregisterAppInterfaceResponse : SDLRPCResponse

@end