AuthorizedRootProvider.swift 95 B

1234
  1. extension AuthorizedRoot {
  2. final class Provider: BaseProvider, AuthorizedRootProvider {}
  3. }