Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.google.firebase.components;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface ComponentRegistrarProcessor {
|
||||
public static final ComponentRegistrarProcessor NOOP = new Object();
|
||||
|
||||
List<Component<?>> processRegistrar(ComponentRegistrar componentRegistrar);
|
||||
}
|
||||
Reference in New Issue
Block a user