summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m')
-rw-r--r--SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m b/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m
index 77e93858b..c9978d630 100644
--- a/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m
+++ b/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m
@@ -5,14 +5,15 @@
#import "SDLUnregisterAppInterfaceResponse.h"
#import "NSMutableDictionary+Store.h"
-#import "SDLNames.h"
+#import "SDLRPCParameterNames.h"
+#import "SDLRPCFunctionNames.h"
NS_ASSUME_NONNULL_BEGIN
@implementation SDLUnregisterAppInterfaceResponse
- (instancetype)init {
- if (self = [super initWithName:SDLNameUnregisterAppInterface]) {
+ if (self = [super initWithName:SDLRPCFunctionNameUnregisterAppInterface]) {
}
return self;
}