CGMProvider.swift 73 B

1234
  1. extension CGM {
  2. final class Provider: BaseProvider, CGMProvider {}
  3. }