2021-06-27 20:44:35 +00:00
|
|
|
package i0;
|
|
|
|
|
2021-10-19 23:48:27 +00:00
|
|
|
import rx.Subscription;
|
|
|
|
/* compiled from: CompletableSubscriber */
|
|
|
|
public interface e {
|
|
|
|
void a(Subscription subscription);
|
2021-06-27 20:44:35 +00:00
|
|
|
|
2021-10-19 23:48:27 +00:00
|
|
|
void onCompleted();
|
2021-06-27 20:44:35 +00:00
|
|
|
|
2021-10-19 23:48:27 +00:00
|
|
|
void onError(Throwable th);
|
2021-06-27 20:44:35 +00:00
|
|
|
}
|