summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLDecoder.h
blob: 2d5692d6e96e6a2369efbbef16f6cf3f7f26f85e (plain)
1
2
3
4
5
6
7
8
9
10
11
//  SDLDecoder.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.

@import Foundation;

@protocol SDLDecoder

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

@end