summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m')
-rw-r--r--SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m8
1 files changed, 1 insertions, 7 deletions
diff --git a/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m b/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m
index 666a758a1..bcca0be95 100644
--- a/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m
+++ b/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m
@@ -9,13 +9,7 @@
@implementation SDLDeleteInteractionChoiceSetResponse
- (instancetype)init {
- if (self = [super initWithName:NAMES_DeleteInteractionChoiceSet]) {
- }
- return self;
-}
-
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict {
- if (self = [super initWithDictionary:dict]) {
+ if (self = [super initWithName:SDLNameDeleteInteractionChoiceSet]) {
}
return self;
}