From bd886c5d29cc2b907c2b42d2833d8e1f879535e5 Mon Sep 17 00:00:00 2001 From: "Muller, Alexander (A.)" Date: Thu, 22 Sep 2016 16:25:39 -0700 Subject: Migrated initWithDictionary to take non-mutable dictionary as parameter. --- SmartDeviceLink/SDLShow.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'SmartDeviceLink/SDLShow.h') diff --git a/SmartDeviceLink/SDLShow.h b/SmartDeviceLink/SDLShow.h index 20cf84a92..ef16e6eb3 100644 --- a/SmartDeviceLink/SDLShow.h +++ b/SmartDeviceLink/SDLShow.h @@ -29,18 +29,7 @@ * Since SmartDeviceLink 1.0 * See SDLAlert SDLSetMediaClockTimer */ -@interface SDLShow : SDLRPCRequest { -} - -/** - * @abstract Constructs a new SDLShow object - */ -- (instancetype)init; -/** - * @abstract Constructs a new SDLShow object indicated by the dictionary parameter - * @param dict The dictionary to use - */ -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict; +@interface SDLShow : SDLRPCRequest /** * @abstract The text displayed in a single-line display, or in the upper display -- cgit v1.2.1