CREditorProvider.swift 83 B

1234
  1. extension CREditor {
  2. final class Provider: BaseProvider, CREditorProvider {}
  3. }