summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLEncodedSyncPData.h
blob: b3b0276b7aedbb1ca3f68ffc9fb45fdb3d3a2029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//  SDLEncodedSyncPData.h
//


#import "SDLRPCRequest.h"

@interface SDLEncodedSyncPData : SDLRPCRequest {
}

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

@property (strong) NSMutableArray *data;

@end