co-maps/iphone/Maps/Core/WebImage/UIImageView+WebImage.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
391 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#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