summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m10
1 files changed, 7 insertions, 3 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m b/SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m
index 82dffa212..7e46b8516 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLRegisterAppInterface.m
@@ -4,18 +4,22 @@
#import "SDLRegisterAppInterface.h"
+#import "SDLAppHMIType.h"
+#import "SDLDeviceInfo.h"
+#import "SDLLanguage.h"
#import "SDLNames.h"
#import "SDLTTSChunk.h"
-#import "SDLAppHMIType.h"
+#import "SDLSyncMsgVersion.h"
+
@implementation SDLRegisterAppInterface
--(id) init {
+-(instancetype) init {
if (self = [super initWithName:NAMES_RegisterAppInterface]) {}
return self;
}
--(id) initWithDictionary:(NSMutableDictionary*) dict {
+-(instancetype) initWithDictionary:(NSMutableDictionary*) dict {
if (self = [super initWithDictionary:dict]) {}
return self;
}