discord-jadx/app/src/main/java/j0/e.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

11 lines
200 B
Java

package j0;
import rx.Subscription;
/* compiled from: CompletableSubscriber */
public interface e {
void a(Subscription subscription);
void onCompleted();
void onError(Throwable th);
}