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



#import "SDLRPCNotification.h"

@interface SDLOnEncodedSyncPData : SDLRPCNotification {}

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

@property(strong) NSMutableArray* data;
@property(strong) NSString* URL;
@property(strong) NSNumber* Timeout;

@end