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

14 lines
261 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.fSv, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public interface InterfaceC13174fSv<T> {
void onComplete();
void onError(Throwable th);
void onNext(T t);
void onSubscribe(fSJ fsj);
}