PosterImagesRepository
protocol PosterImagesRepository
-
Declaration
Swift
func fetchImage( with imagePath: String, width: Int, compltion: @escaping (Result<Data, Error>) -> Void ) -> Cancellable?