CopyrightsService

public protocol CopyrightsService

CopyrightsServiceProtocol defines a method used to obtain the copyright informations.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Retrieves copyrights or nil if there was any error in fetching.

    Declaration

    Swift

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