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


#import "SDLRPCResponse.h"

NS_ASSUME_NONNULL_BEGIN

/**
 The response to SDLEncodedSyncPData

 **DEPRECATED**
 */
@interface SDLEncodedSyncPDataResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END