diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenuResponse.h | 4 |
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 |