diff options
author | Joel Fischer <joel@livio.io> | 2015-04-23 14:34:16 -0400 |
---|---|---|
committer | Joel Fischer <joel@livio.io> | 2015-04-23 14:34:16 -0400 |
commit | e13cb34132f9d31fdc962b4fd58b97aa844a3740 (patch) | |
tree | 632c80fd7f5daa4b815a1b79743a8d0d8bcf174f /SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h | |
parent | 735d5725555e868de37513bf07b8a17200a2777f (diff) | |
parent | 2241c69164e74e592dee3b92aa47581928d9ce88 (diff) | |
download | sdl_ios-feature/enable_warnings.tar.gz |
Merge branch 'develop' into feature/enable_warningsfeature/enable_warnings
Conflicts:
SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h index b7a2a05ee..5a844200b 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAddCommand.h @@ -3,8 +3,8 @@ #import "SDLRPCRequest.h" -#import "SDLMenuParams.h" -#import "SDLImage.h" +@class SDLMenuParams; +@class SDLImage; /** @@ -35,7 +35,7 @@ /** * Constructs a new SDLAddCommand object */ --(id) init; +-(instancetype) init; /** * * Constructs a new SDLAddCommand object indicated by the NSMutableDictionary @@ -44,7 +44,7 @@ * * @param dict The NSMutableDictionary to use */ --(id) initWithDictionary:(NSMutableDictionary*) dict; +-(instancetype) initWithDictionary:(NSMutableDictionary*) dict; /** * @abstract an Unique Command ID that identifies the command |