7 lines
153 B
Java
7 lines
153 B
Java
|
package org.simpleframework.xml.transform;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface Matcher {
|
||
|
Transform match(Class cls) throws Exception;
|
||
|
}
|