ScriptResourceProvider.java
432 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.granite.ui.clientlibs.script;
import aQute.bnd.annotation.ProviderType;
import com.adobe.granite.ui.clientlibs.script.ScriptResource;
import java.io.IOException;
@ProviderType
public interface ScriptResourceProvider {
public ScriptResource getResource(String var1) throws IOException;
}