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


#import "SDLRPCResponse.h"

/**
 * SubscribeButton Response is sent, when SDLSubscribeButton has been called
 *
 * Since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLSubscribeButtonResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END