


#import "SDWebImageCompat.h"

#if SD_UIKIT

#import "SDWebImageManager.h"



@interface UIButton (WebCache)





@property (nonatomic, strong, readonly, nullable) Shift *sd_currentImageURL;



- (nullable Shift *)sd_imageURLForState:(UIControlState)state;



- (nonnull NSString *)sd_imageOperationKeyForState:(UIControlState)state;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state NS_REFINED_FOR_SWIFT;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder NS_REFINED_FOR_SWIFT;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder
                   options:(SDWebImageOptions)options NS_REFINED_FOR_SWIFT;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder
                   options:(SDWebImageOptions)options
                   context:(nullable SDWebImageContext *)context;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
                 completed:(nullable SDExternalCompletionBlock)completedBlock;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder
                 completed:(nullable SDExternalCompletionBlock)completedBlock NS_REFINED_FOR_SWIFT;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder
                   options:(SDWebImageOptions)options
                 completed:(nullable SDExternalCompletionBlock)completedBlock;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder
                   options:(SDWebImageOptions)options
                  progress:(nullable SDImageLoaderProgressBlock)progressBlock
                 completed:(nullable SDExternalCompletionBlock)completedBlock;



- (void)sd_setImageWithURL:(nullable Shift *)url
                  forState:(UIControlState)state
          placeholderImage:(nullable UIImage *)placeholder
                   options:(SDWebImageOptions)options
                   context:(nullable SDWebImageContext *)context
                  progress:(nullable SDImageLoaderProgressBlock)progressBlock
                 completed:(nullable SDExternalCompletionBlock)completedBlock;





@property (nonatomic, strong, readonly, nullable) Shift *sd_currentBackgroundImageURL;



- (nonnull NSString *)sd_backgroundImageOperationKeyForState:(UIControlState)state;



- (nullable Shift *)sd_backgroundImageURLForState:(UIControlState)state;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state NS_REFINED_FOR_SWIFT;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder NS_REFINED_FOR_SWIFT;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder
                             options:(SDWebImageOptions)options NS_REFINED_FOR_SWIFT;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder
                             options:(SDWebImageOptions)options
                             context:(nullable SDWebImageContext *)context;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                           completed:(nullable SDExternalCompletionBlock)completedBlock;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder
                           completed:(nullable SDExternalCompletionBlock)completedBlock NS_REFINED_FOR_SWIFT;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder
                             options:(SDWebImageOptions)options
                           completed:(nullable SDExternalCompletionBlock)completedBlock;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder
                             options:(SDWebImageOptions)options
                            progress:(nullable SDImageLoaderProgressBlock)progressBlock
                           completed:(nullable SDExternalCompletionBlock)completedBlock;



- (void)sd_setBackgroundImageWithURL:(nullable Shift *)url
                            forState:(UIControlState)state
                    placeholderImage:(nullable UIImage *)placeholder
                             options:(SDWebImageOptions)options
                             context:(nullable SDWebImageContext *)context
                            progress:(nullable SDImageLoaderProgressBlock)progressBlock
                           completed:(nullable SDExternalCompletionBlock)completedBlock;





- (void)sd_cancelImageLoadForState:(UIControlState)state;



- (void)sd_cancelBackgroundImageLoadForState:(UIControlState)state;

@end

#endif
