what-the-bank/sources/com/google/firebase/heartbeatinfo/HeartBeatConsumerComponent....

12 lines
392 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.firebase.heartbeatinfo;
import com.google.firebase.components.Component;
/* loaded from: classes2.dex */
public class HeartBeatConsumerComponent {
public static Component<?> create() {
return Component.intoSet(new HeartBeatConsumer() { // from class: com.google.firebase.heartbeatinfo.HeartBeatConsumerComponent.1
}, HeartBeatConsumer.class);
}
}