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