XFAPAExecuteService.java
329 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.fd.output.internal;
import java.util.List;
public interface XFAPAExecuteService {
public List<byte[]> paExecute(byte[] var1, byte[] var2, byte[] var3, byte[] var4, boolean var5, boolean var6, byte[] var7, byte[] var8, boolean var9, boolean var10) throws Exception;
}