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


#import "SDLRPCResponse.h"

/**
 * SubscribeButton Response is sent, when SDLSubscribeButton has been called
 *
 * Since SmartDeviceLink 1.0
 */
@interface SDLSubscribeButtonResponse : SDLRPCResponse

@end