diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenu.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenu.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenu.h index a98dd8002..30eae0805 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenu.h +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddSubMenu.h @@ -21,14 +21,14 @@ /** * Constructs a new SDLAddSubMenu object */ --(id) init; +-(instancetype) init; /** * Constructs a new SDLAddSubMenu object indicated by the NSMutableDictionary parameter * <p> * * @param dict The NSMutableDictionary to use */ --(id) initWithDictionary:(NSMutableDictionary*) dict; +-(instancetype) initWithDictionary:(NSMutableDictionary*) dict; /** * @abstract a Menu ID that identifies a sub menu |