summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLTurn.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLTurn.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLTurn.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLTurn.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLTurn.h
new file mode 100644
index 000000000..547fdfa31
--- /dev/null
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLTurn.h
@@ -0,0 +1,18 @@
+// SDLTurn.h
+//
+// Copyright (c) 2014 Ford Motor Company. All rights reserved.
+
+
+#import "SDLRPCMessage.h"
+
+#import "SDLImage.h"
+
+@interface SDLTurn : SDLRPCStruct {}
+
+-(id) init;
+-(id) initWithDictionary:(NSMutableDictionary*) dict;
+
+@property(strong) NSString* navigationText;
+@property(strong) SDLImage* turnIcon;
+
+@end