diff options
Diffstat (limited to 'SmartDeviceLink/SDLUpdateTurnListResponse.m')
-rw-r--r-- | SmartDeviceLink/SDLUpdateTurnListResponse.m | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLUpdateTurnListResponse.m b/SmartDeviceLink/SDLUpdateTurnListResponse.m index 18e04082b..744a89fa6 100644 --- a/SmartDeviceLink/SDLUpdateTurnListResponse.m +++ b/SmartDeviceLink/SDLUpdateTurnListResponse.m @@ -14,10 +14,4 @@ return self; } -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict { - if (self = [super initWithDictionary:dict]) { - } - return self; -} - @end |