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


#import "SDLRPCResponse.h"

@interface SDLSyncPDataResponse : SDLRPCResponse {
}

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@end