FormsIntegrationService.java 183 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.forms.service;

import java.util.List;

public interface FormsIntegrationService {
    public List<String> getScriptPaths();
}