DynamicSettingsProvider.swift 97 B

1234
  1. extension DynamicSettings {
  2. final class Provider: BaseProvider, DynamicSettingsProvider {}
  3. }