|
package o;
|
|
|
|
import com.google.gson.stream.JsonWriter;
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface PYE {
|
|
void c(JsonWriter jsonWriter, int i) throws IOException;
|
|
|
|
void d(JsonWriter jsonWriter, int i) throws IOException;
|
|
}
|