what-the-bank/sources/o/InterfaceC15309gmx.java

22 lines
573 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.greenrobot.eventbus.ThreadMode;
@Target({ElementType.METHOD})
@Documented
@Retention(RetentionPolicy.RUNTIME)
/* renamed from: o.gmx, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public @interface InterfaceC15309gmx {
boolean b() default false;
int c() default 0;
ThreadMode e() default ThreadMode.POSTING;
}