MMKImagesImageUrlProvider

@protocol MMKImagesImageUrlProvider <NSObject>

Undocumented

Summary

Instance methods

- (nonnull NSString *)formatUrlWithDescriptor:
    (nonnull MMKImagesImageDataDescriptor *)descriptor;

Generates an URL that is used to load described image

Instance methods

formatUrlWithDescriptor:

- (nonnull NSString *)formatUrlWithDescriptor:
    (nonnull MMKImagesImageDataDescriptor *)descriptor;

Generates an URL that is used to load described image.

This method may be called on any thread. Its implementation must be thread-safe.