This commit is contained in:
mertalev
2026-01-20 16:31:27 -05:00
parent fd89607142
commit d898cba04d
7 changed files with 95 additions and 146 deletions

View File

@@ -50,8 +50,6 @@ class RemoteImageApiImpl: NSObject, RemoteImageApi {
func cancelRequest(requestId: Int64) {
Self.delegate.cancel(requestId: requestId)
}
func releaseImage(requestId: Int64) throws {}
}
class RemoteImageApiDelegate: NSObject, URLSessionDataDelegate {