discord-jadx/app/src/main/java/c/f/m/l.java

16 lines
363 B
Java

package c.f.m;
import android.os.StrictMode;
import java.io.IOException;
/* compiled from: SoSource */
public abstract class l {
public abstract int a(String str, int i, StrictMode.ThreadPolicy threadPolicy) throws IOException;
public void b(int i) throws IOException {
}
public String toString() {
return getClass().getName();
}
}