Delete PushAgent$2.java

This commit is contained in:
gzlinz2
2022-10-27 09:34:33 +08:00
committed by GitHub
parent 9d61e8ab36
commit c9fe510fd2
@@ -1,21 +0,0 @@
package com.github.catvod.spider;
import com.github.catvod.spider.merge.Yj;
import okhttp3.Call;
import okhttp3.Response;
class PushAgent$2 extends Yj.DN {
PushAgent$2() {
}
public void onFailure(Call call, Exception exc) {
}
public void onResponse(Object obj) {
onResponse((Response) obj);
}
public void onResponse(Response response) {
}
}