GuideIntegrationService.java 189 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.aemds.guide.service;

import java.util.List;

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