CopyrightsService

public protocol CopyrightsService

CopyrightsServiceProtocol defines a method used to obtain the copyright informations.

  • Retrieves copyrights or nil if there was any error in fetching.

    Declaration

    Swift

    func fetchCopyrights(completion: @escaping (String?) -> ())