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

28 lines
813 B
Java

package o;
import android.os.Looper;
/* loaded from: classes5.dex */
public interface fNA {
public static final fNA c = new fNA() { // from class: o.fNA.3
@Override // o.fNA
public final void b(C13001fNn c13001fNn) {
}
};
public static final fNA a = new fNA() { // from class: o.fNA.5
@Override // o.fNA
public final void b(C13001fNn c13001fNn) {
if (Looper.myLooper() == Looper.getMainLooper()) {
return;
}
StringBuilder sb = new StringBuilder("Event bus ");
sb.append(c13001fNn);
sb.append(" accessed from non-main thread ");
sb.append(Looper.myLooper());
throw new IllegalStateException(sb.toString());
}
};
void b(C13001fNn c13001fNn);
}