FPUConfigProvider.swift 85 B

1234
  1. extension FPUConfig {
  2. final class Provider: BaseProvider, FPUConfigProvider {}
  3. }