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


#import "SDLRPCResponse.h"

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

NS_ASSUME_NONNULL_BEGIN

@interface SDLUnregisterAppInterfaceResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END