NotificationsConfigProvider.swift 105 B

1234
  1. extension NotificationsConfig {
  2. final class Provider: BaseProvider, NotificationsConfigProvider {}
  3. }