co-maps/iphone/Maps/Core/WebImage/UIImageView+WebImage.h
2025-11-22 13:58:55 +01:00

15 lines
391 B
Objective-C

#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIImageView (WebImage)
- (void)wi_setImageWithUrl:(NSURL *)url;
- (void)wi_setImageWithUrl:(NSURL *)url
transitionDuration:(NSTimeInterval)duration
completion:(void (^ _Nullable)(UIImage * _Nullable image, NSError * _Nullable error))completion;
- (void)wi_cancelImageRequest;
@end
NS_ASSUME_NONNULL_END