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

#import <Foundation/Foundation.h>

#import "SDLDecoder.h"


@interface SDLJsonDecoder : NSObject <SDLDecoder> {
}

+ (NSObject<SDLDecoder> *)instance;

@end