diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m')
| -rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m b/SmartDeviceLink-iOS/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m index 7dc504049..9c6acab7f 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m @@ -8,12 +8,12 @@ @implementation SDLUnregisterAppInterfaceResponse --(id) init { +-(instancetype) init { if (self = [super initWithName:NAMES_UnregisterAppInterface]) {} return self; } --(id) initWithDictionary:(NSMutableDictionary*) dict { +-(instancetype) initWithDictionary:(NSMutableDictionary*) dict { if (self = [super initWithDictionary:dict]) {} return self; } |
