summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLKeyboardProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLKeyboardProperties.h')
-rw-r--r--SmartDeviceLink/SDLKeyboardProperties.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLKeyboardProperties.h b/SmartDeviceLink/SDLKeyboardProperties.h
index 8215a8938..b9532e9bf 100644
--- a/SmartDeviceLink/SDLKeyboardProperties.h
+++ b/SmartDeviceLink/SDLKeyboardProperties.h
@@ -3,9 +3,9 @@
#import "SDLRPCMessage.h"
-@class SDLLanguage;
-@class SDLKeyboardLayout;
-@class SDLKeypressMode;
+#import "SDLLanguage.h"
+#import "SDLKeyboardLayout.h"
+#import "SDLKeypressMode.h"
@interface SDLKeyboardProperties : SDLRPCStruct {
@@ -14,9 +14,9 @@
- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
-@property (strong) SDLLanguage *language;
-@property (strong) SDLKeyboardLayout *keyboardLayout;
-@property (strong) SDLKeypressMode *keypressMode;
+@property (strong) SDLLanguage language;
+@property (strong) SDLKeyboardLayout keyboardLayout;
+@property (strong) SDLKeypressMode keypressMode;
@property (strong) NSMutableArray *limitedCharacterList;
@property (strong) NSString *autoCompleteText;