diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommandResponse.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommandResponse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommandResponse.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommandResponse.h index 97f8eeae5..77d116fd3 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommandResponse.h +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommandResponse.h @@ -11,7 +11,7 @@ */ @interface SDLAddCommandResponse : SDLRPCResponse {} --(id) init; --(id) initWithDictionary:(NSMutableDictionary*) dict; +-(instancetype) init; +-(instancetype) initWithDictionary:(NSMutableDictionary*) dict; @end |