Initial commit
This commit is contained in:
12
sources/org/greenrobot/eventbus/meta/SubscriberInfo.java
Normal file
12
sources/org/greenrobot/eventbus/meta/SubscriberInfo.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package org.greenrobot.eventbus.meta;
|
||||
|
||||
import org.greenrobot.eventbus.SubscriberMethod;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface SubscriberInfo {
|
||||
SubscriberMethod[] a();
|
||||
|
||||
SubscriberInfo b();
|
||||
|
||||
Class<?> c();
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
package org.greenrobot.eventbus.meta;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface SubscriberInfoIndex {
|
||||
SubscriberInfo a(Class<?> cls);
|
||||
}
|
Reference in New Issue
Block a user