MMKImagesImageUrlProvider
protocol MMKImagesImageUrlProvider : NSObjectProtocol |
Undocumented
Summary
Instance methods
func formatUrl(with descriptor: MMKImagesImageDataDescriptor) -> String |
Instance methods
formatUrl(with:)
func formatUrl(with descriptor: MMKImagesImageDataDescriptor) -> String |
Generates an URL that is used to load described image.
This method may be called on any thread. Its implementation must be thread-safe.