MobileAppsInfoProvider.java
479 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
* org.apache.sling.commons.json.io.JSONWriter
*/
package com.adobe.cq.mobile.platform;
import aQute.bnd.annotation.ConsumerType;
import com.adobe.cq.mobile.platform.MobileResource;
import org.apache.sling.commons.json.io.JSONWriter;
@ConsumerType
public interface MobileAppsInfoProvider {
public void updateInfo(JSONWriter var1, MobileResource var2);
}