Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.google.firebase.components;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface ComponentFactory<T> {
|
||||
T create(ComponentContainer componentContainer);
|
||||
}
|
||||
Reference in New Issue
Block a user