MMKResourceUrlProvider
protocol MMKResourceUrlProvider : NSObjectProtocol |
Provides resource URLs for other classes.
Summary
Instance methods
func formatUrl(withResourceId resourceId: String) -> String |
Instance methods
formatUrl(withResourceId:)
func formatUrl(withResourceId resourceId: String) -> String |
Generates a URL that is used to load a resource based on its ID.
This method may be called on any thread. Its implementation must be thread-safe.