what-the-bank/sources/org/simpleframework/xml/stream/Position.java

9 lines
145 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.simpleframework.xml.stream;
/* loaded from: classes.dex */
public interface Position {
int getLine();
String toString();
}