summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTurn.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLTurn.h')
-rw-r--r--SmartDeviceLink/SDLTurn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLTurn.h b/SmartDeviceLink/SDLTurn.h
index ef2cf9ebe..5c9b155a5 100644
--- a/SmartDeviceLink/SDLTurn.h
+++ b/SmartDeviceLink/SDLTurn.h
@@ -12,6 +12,8 @@
- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+- (instancetype)initWithNavigationText:(NSString*)navigationText turnIcon:(SDLImage*)icon;
+
@property (strong) NSString *navigationText;
@property (strong) SDLImage *turnIcon;