XFATemplate$class.java
576 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* scala.collection.immutable.List
*/
package com.adobe.forms.model;
import com.adobe.forms.model.XFATemplate;
import com.adobe.forms.rm.Resource;
import scala.collection.immutable.List;
public abstract class XFATemplate$class {
public static XFATemplate newCopy(XFATemplate $this, Resource res, List dependents) {
return $this;
}
public static boolean isTrusted(XFATemplate $this) {
return false;
}
public static void $init$(XFATemplate $this) {
}
}