summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h
index d00edf600..bb3d421ce 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h
@@ -9,7 +9,7 @@
*/
@interface SDLAddSubMenuResponse : SDLRPCResponse {}
--(id) init;
--(id) initWithDictionary:(NSMutableDictionary*) dict;
+-(instancetype) init;
+-(instancetype) initWithDictionary:(NSMutableDictionary*) dict;
@end