what-the-bank/sources/org/simpleframework/xml/util/Match.java

7 lines
123 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.simpleframework.xml.util;
/* loaded from: classes6.dex */
public interface Match {
String getPattern();
}