summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnLanguageChange.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 12:13:36 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 12:13:36 -0700
commitbe7622fe60babba90276101db79a515597a9fea1 (patch)
tree8bbcc0a3433ae8e42fa2204c9a36712cce0203ca /SmartDeviceLink/SDLOnLanguageChange.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-be7622fe60babba90276101db79a515597a9fea1.tar.gz
Initial conversion of all enum objects to SDLEnum typedef.
Diffstat (limited to 'SmartDeviceLink/SDLOnLanguageChange.h')
-rw-r--r--SmartDeviceLink/SDLOnLanguageChange.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLOnLanguageChange.h b/SmartDeviceLink/SDLOnLanguageChange.h
index b794edcd1..2aca93d1d 100644
--- a/SmartDeviceLink/SDLOnLanguageChange.h
+++ b/SmartDeviceLink/SDLOnLanguageChange.h
@@ -3,7 +3,7 @@
#import "SDLRPCNotification.h"
-@class SDLLanguage;
+#import "SDLLanguage.h"
/**
@@ -28,11 +28,11 @@
/**
* @abstract Current SDL voice engine (VR+TTS) language
*/
-@property (strong) SDLLanguage *language;
+@property (strong) SDLLanguage language;
/**
* @abstract Current display language
*/
-@property (strong) SDLLanguage *hmiDisplayLanguage;
+@property (strong) SDLLanguage hmiDisplayLanguage;
@end