Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hk14004 committed May 12, 2023
1 parent 384aede commit 679cc41
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ class CatalogProviderImpl {

}

// MARK: CatalogProviderProtocol
// MARK: CatalogProvider

// TODO: Convert to async all completion handlers
// TODO: Make data handler more generic to support generic response and errors

extension CatalogProviderImpl: CatalogProvider {
func getRemoteProductDetails(productID: String, completion: @escaping (Result<ProductDetailsResponse, CatalogProviderError>) -> ()) {
Expand Down

0 comments on commit 679cc41

Please sign in to comment.