ShortcutsConfigProvider.swift 97 B

1234
  1. extension ShortcutsConfig {
  2. final class Provider: BaseProvider, ShortcutsConfigProvider {}
  3. }