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

#import "SDLProtocolMessage.h"

@class SDLProtocolHeader;


@interface SDLV1ProtocolMessage : SDLProtocolMessage

- (instancetype)initWithHeader:(SDLProtocolHeader *)header andPayload:(NSData *)payload;
- (NSDictionary *)rpcDictionary;

@end