14 lines
261 B
Java
14 lines
261 B
Java
|
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);
|
||
|
}
|