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

14 lines
281 B
Java

package o;
/* renamed from: o.gnn, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public interface InterfaceC15338gnn<T> {
void c(InterfaceC15337gnm interfaceC15337gnm);
void onComplete();
void onError(Throwable th);
void onNext(T t);
}