what-the-bank/sources/com/google/firebase/remoteconfig/RemoteConfigRegistrar$$Lamb...

18 lines
669 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.firebase.remoteconfig;
import com.google.firebase.components.ComponentContainer;
import com.google.firebase.components.ComponentFactory;
/* loaded from: classes2.dex */
final /* synthetic */ class RemoteConfigRegistrar$$Lambda$1 implements ComponentFactory {
private static final RemoteConfigRegistrar$$Lambda$1 instance = new RemoteConfigRegistrar$$Lambda$1();
@Override // com.google.firebase.components.ComponentFactory
public final Object create(ComponentContainer componentContainer) {
return RemoteConfigRegistrar.lambda$getComponents$0(componentContainer);
}
private RemoteConfigRegistrar$$Lambda$1() {
}
}