summaryrefslogtreecommitdiff
path: root/SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h')
-rw-r--r--SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h b/SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h
new file mode 100644
index 000000000..24baa0f2a
--- /dev/null
+++ b/SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h
@@ -0,0 +1,12 @@
+//
+// Copyright (c) 2013 Ford Motor Company
+//
+
+#import <Foundation/Foundation.h>
+#import "SDLIDecoder.h"
+
+@interface SDLJsonDecoder : NSObject<SDLIDecoder> {}
+
++(NSObject<SDLIDecoder>*) instance;
+
+@end