diff --git a/AsyncDisplayKit/ASMultiplexImageNode.h b/AsyncDisplayKit/ASMultiplexImageNode.h index ff2918a984..308eedd144 100644 --- a/AsyncDisplayKit/ASMultiplexImageNode.h +++ b/AsyncDisplayKit/ASMultiplexImageNode.h @@ -46,8 +46,7 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) { * @discussion If `cache` is nil, the receiver will not attempt to retrieve images from a cache before downloading them. * @returns An initialized ASMultiplexImageNode. */ -- (instancetype)initWithCache:(id)cache downloader:(id)downloader; -- (instancetype)init NS_UNAVAILABLE; +- (instancetype)initWithCache:(id)cache downloader:(id)downloader NS_DESIGNATED_INITIALIZER; /** * @abstract The delegate, which must conform to the protocol.