StatConfigProvider.swift 87 B

1234
  1. extension StatConfig {
  2. final class Provider: BaseProvider, StatConfigProvider {}
  3. }