Delete PushAgent$1.java

This commit is contained in:
gzlinz2
2022-10-27 09:34:26 +08:00
committed by GitHub
parent 8519800c00
commit 9d61e8ab36
@@ -1,19 +0,0 @@
package com.github.catvod.spider;
import com.github.catvod.spider.merge.Yj;
import okhttp3.Call;
class PushAgent$1 extends Yj.Dq {
PushAgent$1() {
}
public void onFailure(Call call, Exception exc) {
}
public void onResponse(Object obj) {
onResponse((String) obj);
}
public void onResponse(String str) {
}
}