jimu-decompiled/sources/org/greenrobot/eventbus/util/ErrorDialogConfig.java
2025-05-13 19:24:51 +02:00

11 lines
193 B
Java

package org.greenrobot.eventbus.util;
import org.greenrobot.eventbus.EventBus;
/* loaded from: classes2.dex */
public class ErrorDialogConfig {
EventBus a() {
throw null;
}
}