jimu-decompiled/sources/io/reactivex/FlowableSubscriber.java
2025-05-13 19:24:51 +02:00

8 lines
160 B
Java

package io.reactivex;
import org.reactivestreams.Subscriber;
/* loaded from: classes2.dex */
public interface FlowableSubscriber<T> extends Subscriber<T> {
}