summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLArtwork.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-07-07 11:22:43 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-07-07 11:22:43 -0400
commit9ef26f1c0af830098d6f232ee0cddf3718237e51 (patch)
treeb15f3756a65c79043f2a0332f05420bc69e06b27 /SmartDeviceLink/SDLArtwork.h
parentf1910a0e0859b288b2b5fae2558504a90e22d525 (diff)
downloadsdl_ios-9ef26f1c0af830098d6f232ee0cddf3718237e51.tar.gz
Fix warnings regarding designated initializer
Diffstat (limited to 'SmartDeviceLink/SDLArtwork.h')
-rw-r--r--SmartDeviceLink/SDLArtwork.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLArtwork.h b/SmartDeviceLink/SDLArtwork.h
index 45c9f9702..a0fc71fab 100644
--- a/SmartDeviceLink/SDLArtwork.h
+++ b/SmartDeviceLink/SDLArtwork.h
@@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @return An instance of this class to be passed to the file manager.
*/
-- (instancetype)initWithImage:(UIImage *)image name:(NSString *)name persistent:(BOOL)persistent asImageFormat:(SDLArtworkImageFormat)imageFormat NS_DESIGNATED_INITIALIZER;
+- (instancetype)initWithImage:(UIImage *)image name:(NSString *)name persistent:(BOOL)persistent asImageFormat:(SDLArtworkImageFormat)imageFormat;
@end