package com.google.firebase.components; /* compiled from: com.google.firebase:firebase-common@@16.0.2 */ /* loaded from: classes.dex */ final /* synthetic */ class zzc implements ComponentFactory { private final Object a; private zzc(Object obj) { this.a = obj; } public static ComponentFactory a(Object obj) { return new zzc(obj); } @Override // com.google.firebase.components.ComponentFactory public final Object a(ComponentContainer componentContainer) { Object obj = this.a; Component.a(obj); return obj; } }