13 lines
229 B
Java
13 lines
229 B
Java
package org.greenrobot.eventbus.meta;
|
|
|
|
import org.greenrobot.eventbus.SubscriberMethod;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface SubscriberInfo {
|
|
SubscriberMethod[] a();
|
|
|
|
SubscriberInfo b();
|
|
|
|
Class<?> c();
|
|
}
|