Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.google.firebase.heartbeatinfo;
|
||||
|
||||
import com.google.firebase.components.Component;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public class HeartBeatConsumerComponent {
|
||||
private HeartBeatConsumerComponent() {
|
||||
}
|
||||
|
||||
public static Component<?> create() {
|
||||
return Component.intoSet(new HeartBeatConsumer() { // from class: com.google.firebase.heartbeatinfo.HeartBeatConsumerComponent.1
|
||||
}, (Class<HeartBeatConsumer>) HeartBeatConsumer.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user