12 lines
262 B
Java
12 lines
262 B
Java
|
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;
|
||
|
}
|