summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDecoder.h
blob: 6328ecf8217fdd60bc176f4749243ce72aa1dc0c (plain)
1
2
3
4
5
6
7
8
9
10
11
//  SDLDecoder.h
//


#import <Foundation/Foundation.h>

@protocol SDLDecoder <NSObject>

- (NSDictionary *)decode:(NSData *)msgBytes;

@end