From 9ef26f1c0af830098d6f232ee0cddf3718237e51 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Thu, 7 Jul 2016 11:22:43 -0400 Subject: Fix warnings regarding designated initializer --- SmartDeviceLink/SDLArtwork.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SmartDeviceLink') 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 -- cgit v1.2.1