ConfigEditorProvider.swift 91 B

1234
  1. extension ConfigEditor {
  2. final class Provider: BaseProvider, ConfigEditorProvider {}
  3. }